IS 'boolean_value' : IS : Comparison Functions Operators MySQL TUTORIALS


MySQL TUTORIALS » Comparison Functions Operators » IS »

 

IS 'boolean_value'


mysql>
mysql> SELECT IS TRUE, IS FALSE, NULL IS UNKNOWN;
+-----------+------------+-----------------+
IS TRUE | IS FALSE | NULL IS UNKNOWN |
+-----------+------------+-----------------+
|         |          |               |
+-----------+------------+-----------------+
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 Comparison Functions Operators
» IS