-
-
Save jaymay/08f15e640955d45e1b3c to your computer and use it in GitHub Desktop.
subscriptions patagonia testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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