The syntax of the ISNULL function : ISNULL « Data Convert Functions « SQL Server / T-SQL Tutorial






ISNULL(check_expression, replacement_value)








13.5.ISNULL
13.5.1.The syntax of the ISNULL function
13.5.2.Replacing null values with zero values with ISNULL
13.5.3.SELECT statement using the ISNULL function
13.5.4.System function ISNULL allows a display of the specified value as substitution for NULL.
13.5.5.Combine CAST and ISNULL
13.5.6.Performing Flexible Searches Using ISNULL
13.5.7.Update and ISNULL