BQL Operators
Brinqa Query Language (BQL) supports a range of operators that help you compare values, evaluate conditions, and filter records across your data.
Explore the following operator categories to learn how to build expressive and efficient BQL queries:
Attribute operators
Compare or check values between two attributes.
Boolean operators
Combine or exclude conditions using AND or OR.
Comparison operators
Compare attributes to values using =, !=, >, <, etc.
Date and Time operators
Filter records using static or relative dates.
List operators
Match values in or not in a list of values.
Math operators
Perform calculations on your data.
Security operators
Filter records based on the current user.
String operators
Match patterns or substrings using LIKE and CONTAINS logic.
Need practical examples? Check out the BQL Example Library to see these operators in action.