Created
August 24, 2009 18:29
-
-
Save chad/174022 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 joy_journeys.id from joy_journeys, memberships, profiles, circles | |
INNER JOIN memberships on memberships.circle_id = circles.id | |
INNER JOIN profiles on memberships.profile_id = profiles.id | |
INNER JOIN joy_journeys on joy_journeys.profile_id = profiles.id | |
WHERE circles.id = #{self.id} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment