Lucee Function Reference

queryinsertat()

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

Example

queryinsertat(query query,any value,numeric index):query

Category

query

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
query query  Yes query to add data.  
value any  Yes data to insert, can be a query, a struct or an array.  
index numeric  Yes position to insert data into, existing data get moved to the "right".