query.prepend()
Adds all values of one query the begin to another query. Both queries need to have the same columns.
Introduced: 6.0.0.15
query.prepend( query2=query )
Returns: Query
Adds all values of one query the begin to another query. Both queries need to have the same columns.
Introduced: 6.0.0.15
query.prepend( query2=query )
Returns: Query