SyntaxFix
Write A Post
Hire A Developer
Questions
An empty field can be either an empty string or a NULL.
NULL
To handle both, use:
email > ''
which can benefit from the range access if you have lots of empty email record (both types) in your table.
range