Skip to content

Instantly share code, notes, and snippets.

@AntoineAugusti
Created July 5, 2012 19:58
Show Gist options
  • Save AntoineAugusti/3056071 to your computer and use it in GitHub Desktop.
Save AntoineAugusti/3056071 to your computer and use it in GitHub Desktop.
SELECT id_user, count(*) FROM teen_quotes_favorite GROUP BY id_user HAVING count(*) BETWEEN 75 AND 100 ORDER BY count(*) DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment