Bitwise XOR(^) : Bit : Data Types MySQL TUTORIALS


MySQL TUTORIALS » Data Types » Bit »

 

Bitwise XOR(^)


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

mysql> SELECT 0;
+-------+
|
+-------+
|     |
+-------+
row in set (0.00 sec)

mysql> SELECT 11 3;
+--------+
11 |
+--------+
|      |
+--------+
row in set (0.02 sec)

mysql>



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Data Types
» Bit