queryinsertat()

Adds data (query,struct or array) into query.

Introduced: 6.0.0.16

queryinsertat( query=query, value=any, index=numeric );

Returns: Query

Argument Description
query
query, required

query to add data.

value
any, required

data to insert, can be a query, a struct or an array.

index
numeric, required

position to insert data into, existing data get moved to the "right".

Examples

There are currently no examples for this function

See also