Using NOT with integer value : NOT : Logic Operator MySQL TUTORIALS


MySQL TUTORIALS » Logic Operator » NOT »

 

Using NOT with integer value


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

mysql> SELECT 1+1;
+-------+
| ! 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 Logic Operator
» NOT