Skip to content

Instantly share code, notes, and snippets.

@ctfaddict
Created April 24, 2014 05:36
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/49648d997d5a4f9f8de6 to your computer and use it in GitHub Desktop.
Save ctfaddict/49648d997d5a4f9f8de6 to your computer and use it in GitHub Desktop.
scorebot_production=# select count(*) from redemptions;
count
-------
18880
(1 row)
scorebot_production=# select count(*) from redemptions r
where r.id not in (select distinct redemption_id from captures);
count
-------
6089
(1 row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment