Query operatorsΒΆ
Snowflake supports most of the standard operators defined in SQL:1999.
These operators include arithmetic operators (such as + and -),
set operators (such as UNION), subquery operators (such as ANY), and so on.
Category  | 
Operators  | 
|---|---|
  | 
|
  | 
|
  | 
|
  | 
|
AND , NOT , OR  | 
|
INTERSECT, MINUS, EXCEPT, UNION  | 
|
[NOT] EXISTS, ANY / ALL, [NOT] IN  | 
See also Bitwise expression functions.