Using relational operators in the advanced search bar
Order of precedence for multiple operators
When you use multiple operators to construct a qualification criteria, they are executed in the following order of precedence:
- ( )
- NOT (!) - (unary minus)
- ** / %*
- + -
- < <= > >= = != LIKE
- AND (&&)
- OR (||)
If the qualification contains multiple operators of the same precedence value, they are executed in the order that they occur, from left to right.
For example, in the expression A + (B*C), the multiplication takes first precedence because it occurs within parentheses, which are of a higher precedence than addition.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*