^
(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
.
Updated Sep 29, 2023
^
(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
.