Tabular Operators
limit
Learn how to return up to the specified number of rows from an APL query.
Returns up to the specified number of rows.
Syntax
The take operator is an alias to the Limit operator.
Arguments
name | type | description |
---|---|---|
Number Of Rows | integer | The number of rows to return. You can specify any numeric expression. |
Example
Was this page helpful?