Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
Updated Nov 04, 2024
Send us feedback
|
Applies to: Databricks SQL Databricks Runtime
Returns the bitwise OR of expr1 and expr2.
OR
expr1
expr2
expr1 | expr2
expr1: An integral numeric type expression.
expr2: An integral numeric type expression.
The result type matches the widest type of expr1 and expr2.
> SELECT 3 | 5; 7
& (ampersand sign) operator
~ (tilde sign) operator
^ (caret sign) operator
bit_count function