queryprepend()
Adds all values of one query the begin to another query. Both queries need to have the same columns.
Introduced: 6.0.0.15
queryprepend( query1=query, query2=query );
Returns: Query
Argument | Description |
---|---|
query1
query,
required
|
query to add data. |
query2
query,
required
|
query to get data from. |
Examples
There are currently no examples for this functionSee also
- Queries
- query.prepend()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)