Skip to main content
Skip table of contents

NQL limit

A limit clause restricts the maximum number of rows returned.

Syntax

CODE
...
| limit <number of rows>

Example

Select a maximum of 15 users.

CODE
users during past 7d
| limit 15
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.