BITXOR

BITXOR (y, x)

Parameters

  • x and y - the arguments.

Description

The bitwise XOR operation. This method returns a long.

Example

Calculate XOR between two fields:

SELECT BITXOR(X, Y) FROM Triangles;