SELECT email, COUNT(email) AS NumOccurrences FROM users GROUP BY email HAVING ( COUNT(email) > 1 )
SELECT email FROM users GROUP BY email HAVING ( COUNT(email) = 1 )
Hi,Thanks for your visit to this blog.We would be happy with your Queries/Suggestions.
No comments:
Post a Comment
Hi,
Thanks for your visit to this blog.
We would be happy with your Queries/Suggestions.