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

Argument Description
query2
query, required

query to get data from.

Examples

There are currently no examples for this function

See also