Skip to content

Instantly share code, notes, and snippets.

@landlessness
Created September 24, 2010 19:34
Show Gist options
  • Select an option

  • Save landlessness/595894 to your computer and use it in GitHub Desktop.

Select an option

Save landlessness/595894 to your computer and use it in GitHub Desktop.
select * from add_ons
inner join pricing_plans on add_ons.id = pricing_plans.add_on_id
inner join subscriptions on pricing_plans.id = subscriptions.pricing_plan_id
inner join people on people.id = subscriptions.person_id
where people.id = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment