Hi All,
I am trying to select the Name from the customers table and I wanted a way to in the select statement to set name to 'unknown' if the Name is set to NULL
Select Name from Customers -- I want to set name to 'unknown' if Name is NULL
Thanks
Hi All,
I am trying to select the Name from the customers table and I wanted a way to in the select statement to set name to 'unknown' if the Name is set to NULL
Select Name from Customers -- I want to set name to 'unknown' if Name is NULL
Thanks