Using Logical XOR operator with NULL value : XOR : Logic Operator MySQL TUTORIALS


MySQL TUTORIALS » Logic Operator » XOR »

 

Using Logical XOR operator with NULL value


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

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

mysql>
mysql>



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Logic Operator
» XOR