Skip to content

Instantly share code, notes, and snippets.

@remibreton
Created May 15, 2013 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remibreton/5583894 to your computer and use it in GitHub Desktop.
Save remibreton/5583894 to your computer and use it in GitHub Desktop.
SELECT field, count(*) FROM table GROUP BY field HAVING count(*) > 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment