^
(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
clause更新しました 2025/02/14
^
(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
.