Skip to content

Instantly share code, notes, and snippets.

@joaoBeno
Created November 15, 2015 05:19
Show Gist options
  • Save joaoBeno/c1b465876dd526120e08 to your computer and use it in GitHub Desktop.
Save joaoBeno/c1b465876dd526120e08 to your computer and use it in GitHub Desktop.
Some util mysql snippets
SELECT COUNT(id) AS total,`name` FROM table
GROUP BY `name` HAVING (total > 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment