Tabular Operators
take
Returns up to the specified number of rows from your APL query.
Returns up to the specified number of rows.
Syntax
The limit operator is an alias to the take operator.
name | type | description |
---|---|---|
Number Of Rows | integer | The number of rows to return. You can specify any numeric expression. |