`ISNULL` is a proprietary SQL function that replaces NULL with the specified replacement value.
ISNULL
is a SQL function that replaces NULL with the specified replacement value.
The ANSI/ISO SQL standard function COALESCE
serves the same purpose, and is widely implemented.
Reference