Skip to content

Instantly share code, notes, and snippets.

@ctfaddict
Created April 24, 2014 05:38
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/b9e78956e17dd42526a0 to your computer and use it in GitHub Desktop.
Save ctfaddict/b9e78956e17dd42526a0 to your computer and use it in GitHub Desktop.
scorebot_production=# select count(*) from rounds;
count
-------
263
(1 row)
scorebot_production=# select count(*) from (select distinct round_id from availabilities) as r;
count
-------
260
(1 row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment