Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ctfaddict
Created April 24, 2014 05:41
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/fbb89e13b127f877ba00 to your computer and use it in GitHub Desktop.
Save ctfaddict/fbb89e13b127f877ba00 to your computer and use it in GitHub Desktop.
scorebot_production=# select count(*)
from availabilities a, instances i
where a.instance_id = i.id and i.team_id = 21 and a.status != 0;
count
-------
16
(1 row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment