Lucee Function Reference

queryappend()

Adds all values of one query to the end of another query. Both queries need to have the same columns.

Example

queryappend(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.