Skip to content

Instantly share code, notes, and snippets.

@ChrisFlannagan
Created April 20, 2016 18:58
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 ChrisFlannagan/00cc0fb7f5873800207c7da4bb4db591 to your computer and use it in GitHub Desktop.
Save ChrisFlannagan/00cc0fb7f5873800207c7da4bb4db591 to your computer and use it in GitHub Desktop.
SELECT ID, sm_email, sm_outfit, COUNT( * )
FROM orders
GROUP BY sm_email, sm_outfit
HAVING COUNT( * ) >1
LIMIT 0 , 400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment