Skip to content

Instantly share code, notes, and snippets.

@jdwyah
Created May 11, 2013 20:42
Show Gist options
  • Save jdwyah/5561371 to your computer and use it in GitHub Desktop.
Save jdwyah/5561371 to your computer and use it in GitHub Desktop.
target as (
select symptom_id, symptom_severity from latest_symptom_surveys lss
join symptom_reports sr on sr.symptom_survey_id = lss.id
where lss.user_id = #{self.id}
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment