Skip to main content
Skip table of contents

NQL list

A list clause allows you to specify which fields you want to select.

Syntax

CODE
...
| list <field_1>, <field_2>, <metric_1>, <metric_2> ...

Example

Select the name and the type from the users table.

CODE
users during past 7d
| list username, type

Name

Type

Hemi Charmian

LOCAL_USER

Wangchuk Mirjam

LOCAL_ADMIN

JavaScript errors detected

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

If this problem persists, please contact our support.