Skip to content

Instantly share code, notes, and snippets.

@joeljackson
Created March 18, 2016 01:56
Show Gist options
  • Save joeljackson/3b54368b08d7d07210a4 to your computer and use it in GitHub Desktop.
Save joeljackson/3b54368b08d7d07210a4 to your computer and use it in GitHub Desktop.
Find all subscriptions that have a user
select * from subscriptions where user_id is not null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment