Skip to main content
Find records in Standard with an exact match or using parameters and limits. Standard’s query syntax is designed to read naturally, making it straightforward to build precise filters for any dataset.

Query Format

To find exact matching records, provide the constraint values in parentheses (without a +):
To find records using parameters, use angle brackets:
To limit the number of results returned, add a LIMIT to your parameter query:

Examples

Find a vehicle by exact match across all constraints:
Check the count of exact matches:
Find all Hondas using a parameter filter:
Find the first five Hondas, then narrow the results further:

Finding with Conditions

Finding Standard conditions reads like English. Enter the condition keyword between the constraint name and its value:
The following conditions are available:
  • STARTS WITH
  • ENDS WITH
  • CONTAINS
  • GREATER THAN
  • GREATER THAN OR EQUAL TO
  • LESS THAN
  • LESS THAN OR EQUAL TO
  • AND
  • OR