An empty field can be either an empty string or a 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.
An empty field can be either an empty string or a 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.