NULL means 'not having a value' : Null : Data Type SQL / MySQL


SQL / MySQL » Data Type » Null »

 

NULL means 'not having a value'



  
/*
mysql> SELECT 0 IS NULL, 0 IS NOT NULL, '' IS NULL, '' IS NOT NULL;
+-----------+---------------+------------+----------------+
| 0 IS NULL | 0 IS NOT NULL | '' IS NULL | '' IS NOT NULL |
+-----------+---------------+------------+----------------+
|         0 |             1 |          0 |              1 |
+-----------+---------------+------------+----------------+
1 row in set (0.00 sec)


*/ 


SELECT IS NULL, IS NOT NULL, '' IS NULL, '' IS NOT NULL;

           
       



Leave a Comment / Note


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

Follow Navioo On Twitter

SQL / MySQL

 Navioo Data Type
» Null