MySQL Tutorial/Math Numeric Functions/BIT XOR — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 09:49, 26 мая 2010
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) |
+------------+
| 1 |
+------------+
1 row in set (0.00 sec)