Lucee object methods reference

Object Method Query.append

Adds all values of one query to the end of another query. Both queries need to have the same columns.
Query.append(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.