johnsun1976
Programmer
Hi.. I have a problem this SQL statement
SELECT Desc1 + ' ' + Desc2 AS Description FROM Item WHERE ItemID = 1234
if Desc1 or Desc2 is NULL, Description is null.. Does anyone know how to fix this?
Thanks
John
SELECT Desc1 + ' ' + Desc2 AS Description FROM Item WHERE ItemID = 1234
if Desc1 or Desc2 is NULL, Description is null.. Does anyone know how to fix this?
Thanks
John