The operators are listed below in order of decreasing precedence.
- Navigation operator (.)
- Arithmetic operators:
+, - unary
*, / multiplication and division
+, - addition and subtraction
- Comparison operators : =, >, >=, <, <=, <> (not equal), [NOT] LIKE,
[NOT] IN, IS [NOT] NULL, IS [NOT] EMPTY
- Logical operators:
NOT
AND
OR