Operators in Oracle SQL
-
arithmetic operators: +, -, *, /
-
character operators: || (concatenation)
-
comparison operators: =, !=, >, <, >+, <=, IN, NOT IN, ANY, SOME, ALL, between x AND y, exists, x like y, IS NULL
-
logical operators: not, and, or
-
set operators: union, union all, intersect, minus
|