Skip to main content

Operators

This table shows the operators associativity, starting from highest to lowest:

OperatorAssociativityComments
.leftField access
::leftInfix cast
[ index ]leftCollection element
+, -rightUnary plus, minus
*, /, %, ||leftarithmetic
+, -leftarithmetic
BETWEEN, IN, LIKE, SIMILAR, OVERLAPS, CONTAINSN/A
<, >, =, <=, >=, <>, !=, <=>leftcomparisons
IS NULL, IS FALSE, IS NOT TRUEunary
NOTrightBoolean
ANDleftBoolean
ORleftBoolean