Sample Header Ad - 728x90

Improve this statement using ISNULL

0 votes
1 answer
103 views
Beginner with SQL and trying to improve this using ISNULL instead of the longer statement?
CASE WHEN c.FirstName IS NULL THEN '' ELSE c.FirstName END
Asked by Jude (1 rep)
Jul 18, 2021, 12:25 AM
Last activity: Jul 18, 2021, 07:03 AM