SELECT NOT (1 + 1); : NOT : Logic Operator MySQL TUTORIALS


MySQL TUTORIALS » Logic Operator » NOT »

 

SELECT NOT (1 + 1);


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

mysql>



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Logic Operator
» NOT