Operators
General | DISTINCT, ., [] |
Mathematical | +, -, *, /, %, ^ |
Comparison | =, <>, <, >, <=, >=, IS NULL, IS NOT NULL |
Boolean | AND, OR, XOR, NOT |
String | + |
List | +, IN, [x], [x .. y] |
Regular Expression | =~ |
String matching | STARTS WITH, ENDS WITH, CONTAINS |
Comments