Course
Simulator
More
Premium
Log in
SQL Function Reference
Functions
ISNULL
ISNULL
Returns 1 or 0 depending on whether the expression is NULL
MySQL
ISNULL
(
value
)
Examples
MySQL
SELECT
ISNULL
(
NULL
)
;