For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?