Created
September 16, 2016 00:22
-
-
Save Jammink2/ba5ab85da368fc65fc33e910a63dbd0d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT email FROM <tbl_name> GROUP BY email HAVING COUNT(1) > 1 -- to find duplicate emails |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment