Skip to content

Instantly share code, notes, and snippets.

@johnder
Created July 8, 2013 18:06
Show Gist options
  • Save johnder/5951041 to your computer and use it in GitHub Desktop.
Save johnder/5951041 to your computer and use it in GitHub Desktop.
select count(distinct RecipeNum), Seminarid from recipe where RecipeNum > 5000
group by SeminarId order by Seminarid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment