Synopsis
BIT_XOR(expression)
This function returns the bitwise XOR
(exclusive OR) for all bits for the expression
given. It calculates with a 64-bit precision
(BIGINT). It returns 0 if no matching rows are
found. Use it in conjunction with the GROUP BY
clause. This function is available as of version 4.1.1 of
MySQL.