Listing 2: ISNULL script SELECT ISNULL(NULL,1) TestNULLValue, ISNULL(10,1) TestNotNULLValue;