Skip to content

Instantly share code, notes, and snippets.

@kstirman
Created November 9, 2017 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kstirman/da29d793efee92700e6f92970791e5eb to your computer and use it in GitHub Desktop.
Save kstirman/da29d793efee92700e6f92970791e5eb to your computer and use it in GitHub Desktop.
SELECT street, COUNT(*)
FROM health_data.health_study_data
GROUP BY street
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment