NQL limit

A limit clause restricts the maximum number of rows returned.

Syntax

...
| limit <number of rows>

Example

Select a maximum of 15 users.

users during past 7d
| limit 15

Last updated