IS NULL : IS NULL ISNULL : Comparison Functions Operators MySQL TUTORIALS


MySQL TUTORIALS » Comparison Functions Operators » IS NULL ISNULL »

 

IS NULL


mysql>
Tests whether a value is NULL.
mysql>
mysql> SELECT IS NULL, IS NULL, NULL IS NULL;
+-----------+-----------+--------------+
IS NULL | IS NULL | NULL IS NULL |
+-----------+-----------+--------------+
|         |         |            |
+-----------+-----------+--------------+
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 NULL ISNULL