BIT_XOR
Perform a bitwise XOR operation. This function returns the result of performing a bitwise XOR on all values in a given expression.
Returns the bitwise XOR of all bits in expr. The calculation is performed with 64-bit () precision. It is an , and so can be used with the clause.
If no rows match, BIT_XOR will return a value with all bits set to 0. NULL values have no effect on the result unless all results are NULL, which is treated as no match.
BIT_XOR can be used as a with the addition of the over_clause.
As an :
No match:
This page is licensed: GPLv2, originally from