SyntaxFix
Write A Post
Hire A Developer
Questions
You can use ISNULL and check the answer against the known output:
ISNULL
SELECT case when ISNULL(col1, '') = '' then '' else col1 END AS COL1 FROM TEST