Categories: Bitwise
XOR
Returns the bitwise XOR of two integers.
Syntax
XOR(expression1 int32, expression2 int32) → int32
- expression1: The integer input.
- expression2: The integer input.
Examples
XOR exampleSELECT XOR(1, 1)
-- 0
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.