Mega Code Archive

 
Categories / MySQL Tutorial / Comparison Functions Operators
 

ISNULL(expr)

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