query.insertAt()
Adds data (query,struct or array) into query.
Introduced: 6.0.0.16
query.insertAt( value=any, index=numeric )
Returns: Query
Argument | Description |
---|---|
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". |