^
(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
.
CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clauseUpdated Nov 01, 2024
^
(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
.