SyntaxFix
Write A Post
Hire A Developer
Questions
You can use either one of these to check null, whitespace and empty strings.
WHERE COLUMN <> '' WHERE LEN(COLUMN) > 0 WHERE NULLIF(LTRIM(RTRIM(COLUMN)), '') IS NOT NULL