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 NOT of expr.
NOT
expr
~ expr
expr: An integral numeric type expression.
The result type matches the type of expr.
> SELECT ~ 0; -1
& (ampersand sign) operator
bit_count function
bit_get function
^ (caret sign) operator
getbit function
| (pipe sign) operator