Lucee Function Reference
Function QUERYSLICE
creates a new query containing a part of the given query
Example
queryslice(query query,number offset,[number length]):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 | |
| offset | number | Yes | |
| length | number | No |