BITXORSQLBITXOR (y, x) Parameters x and y - the arguments. Description The bitwise XOR operation. This method returns a long. Example Calculate XOR between two fields: SQLSELECT BITXOR(X, Y) FROM Triangles; Updated over 4 years ago Table of Contents Parameters Description Example