Lucee object methods reference
Object Method Query.prepend
Adds all values of one query the begin to another query. Both queries need to have the same columns.
Query.prepend(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 |
---|---|---|---|
query2 | query | Yes | query to get data from. |