Skip to content

Instantly share code, notes, and snippets.

@sqlparser
Created March 25, 2014 09:23
Show Gist options
  • Save sqlparser/9757994 to your computer and use it in GitHub Desktop.
Save sqlparser/9757994 to your computer and use it in GitHub Desktop.
group by clause demo code
SELECT Subject, Semester, Count(*)
FROM [Subject_Selection]
GROUP BY Subject,Semester
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment