Query definitions
  • 17 Jan 2025
  • 1 Minute to read
  • Dark
    Light
  • PDF

Query definitions

  • Dark
    Light
  • PDF

Article summary

A query consists of the following:

  • Data field. A field from the database.
  • Condition. A conditional operator to be performed on the data field.
  • Value. A value to compare the data field with. This is not required for some conditional operators.

To define a query you must select a data field and one of the following operators:

  • equals
  • does not equal
  • starts with
  • does not start with
  • includes
  • does not include
  • ends with
  • does not end with
  • is null
  • is not null
  • is blank
  • is not blank
  • is greater than
  • is greater than or equal to
  • is less than
  • is less than or equal to
  • is part of (verify if an IP address is within an IPv4 subnet)
  • is not part of (verify if an IP address is not within an IPv4 subnet)

Not all operators are applicable to all data fields. Not all operators require a value.

Combinations of data field, operator, and values can be used to define queries.


Was this article helpful?

What's Next
Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Ozzy, our interactive help assistant