SQL Function Reference

ISNULL
Returns 1 or 0 depending on whether the expression is NULL
MySQL
ISNULL(value)
Examples
MySQL
SELECT ISNULL(NULL);