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