Lucee Function Reference
queryprepend()
Adds all values of one query the begin to another query. Both queries need to have the same columns.
Example
queryprepend(query query1,query query2):query
Category
query
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| query1 | query | Yes | query to add data. |
| query2 | query | Yes | query to get data from. |