I\'ve wrote a query to check for users with certain criteria, one being they have an email address.
Our site will allow a user to have or not have an email address.<
There's a difference between an empty string (email != "") and NULL. NULL is null and an Empty string is something.