Created
September 24, 2010 19:34
-
-
Save landlessness/595894 to your computer and use it in GitHub Desktop.
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 * 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