queryappend()

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

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

See also