Skip to content

Instantly share code, notes, and snippets.

@Jammink2
Created September 16, 2016 00:22
Show Gist options
  • Save Jammink2/ba5ab85da368fc65fc33e910a63dbd0d to your computer and use it in GitHub Desktop.
Save Jammink2/ba5ab85da368fc65fc33e910a63dbd0d to your computer and use it in GitHub Desktop.
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