Skip to content

Instantly share code, notes, and snippets.

@ctfaddict
Created April 24, 2014 05:37
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 ctfaddict/a7fdb486b3cbd9a615e8 to your computer and use it in GitHub Desktop.
Save ctfaddict/a7fdb486b3cbd9a615e8 to your computer and use it in GitHub Desktop.
scorebot_production=# select token_id, count(*) from redemptions
group by token_id having count(*) > 18;
token_id | count
----------+-------
12064 | 19
10408 | 19
10426 | 19
(3 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment