Skip to content

Instantly share code, notes, and snippets.

@admataz
Created August 19, 2015 09:29
Show Gist options
  • Select an option

  • Save admataz/f603f1ccfa025ce799c0 to your computer and use it in GitHub Desktop.

Select an option

Save admataz/f603f1ccfa025ce799c0 to your computer and use it in GitHub Desktop.
select and count group by SQL
select town, count(town)
from user
group by town
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment