^
(caret sign) operator
Applies to: Databricks SQL
Databricks Runtime
Returns the bitwise exclusive OR (XOR)
of expr1
and expr2
.
Returns
The result type matches the least common type of expr1
and expr2
.
Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clauseUpdated Jan 23, 2025
^
(caret sign) operator Applies to: Databricks SQL
Databricks Runtime
Returns the bitwise exclusive OR (XOR)
of expr1
and expr2
.
The result type matches the least common type of expr1
and expr2
.