query.append()

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

Introduced: 6.0.0.15

query.append( query2=query )

Returns: Query

Argument Description
query2
query, required

query to get data from.

Examples

There are currently no examples for this function

See also