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
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