Skip to content

Instantly share code, notes, and snippets.

@dwillis
Created February 22, 2013 17:04
Show Gist options
  • Select an option

  • Save dwillis/5014941 to your computer and use it in GitHub Desktop.

Select an option

Save dwillis/5014941 to your computer and use it in GitHub Desktop.
def self.max_reports
where("report_num IN (SELECT max(report_num) from mytable)")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment