Mega Code Archive

 
Categories / MySQL / Function
 

The syntax for the ISNULL() function

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