BIT_XOR(expr) : BIT_XOR : Math Numeric Functions MySQL TUTORIALS


MySQL TUTORIALS » Math Numeric Functions » BIT_XOR »

 

BIT_XOR(expr)


Returns the bitwise XOR of all bits in expr.

This function returns 0 if there were no matching rows.

mysql>
mysql>
mysql> select BIT_XOR(1);
+------------+
| BIT_XOR(1|
+------------+
|          |
+------------+
row in set (0.00 sec)



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Math Numeric Functions
» BIT_XOR