What Is Isnull () In SQL?
What Is Isnull () In SQL? SQL Server ISNULL() Function The ISNULL() function returns a specified value if the expression is NULL. If the expression is NOT NULL, this function returns the expression. How do I use Isnull function in SQL? We can use SQL ISNULL to replace existing NULL values with a specific value.