-
Notifications
You must be signed in to change notification settings - Fork 670
Operators
agershun edited this page Dec 28, 2014
·
8 revisions
Number
+,-,*,/
String
+
Logic
AND, OR, NOT
=, !=, >, >=, <, <=
Complex
v BETWEEN a AND b
v NOT BETWEEN a AND b
v IN (10,20,30)
v NOT IN (SELECT * FROM Ages)
v >= ANY (20,30,40)
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo