SELECT ISNULL(1/0); : IS NULL ISNULL : Comparison Functions Operators MySQL TUTORIALS


MySQL TUTORIALS » Comparison Functions Operators » IS NULL ISNULL »

 

SELECT ISNULL(1/0);


mysql>
mysql> SELECT ISNULL(1/0);
+-------------+
| ISNULL(1/0|
+-------------+
|           |
+-------------+
row in set (0.00 sec)

mysql>
mysql>
ISNULL() can be used instead of = to test whether a value is NULL.
Comparing a value to NULL using = always yields false.
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