Skip to content

Instantly share code, notes, and snippets.

@jaymay
Last active October 29, 2015 17:33
Show Gist options
  • Save jaymay/08f15e640955d45e1b3c to your computer and use it in GitHub Desktop.
Save jaymay/08f15e640955d45e1b3c to your computer and use it in GitHub Desktop.
subscriptions patagonia testing
SELECT a.subdomain, s.*
FROM accounts a
INNER JOIN subscriptions s USING (account_id , run_at)
WHERE account_id IN (846669 , 846684, 846676)
AND run_at = 20151029
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment