Trying to change NULLs in a date field into blank results but it keeps returning a date. I'm doing it in a case when as i need to meet the following criteria:
CASE WHEN closed = 'y' THEN Date ELSE '' END
I've tried casting as varchar and other things it either throws a error or does nothing!