Skip to content

Instantly share code, notes, and snippets.

@alysonla
Created September 10, 2016 22:40
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 alysonla/bb42e3982e8ea59dbb3936e90a967975 to your computer and use it in GitHub Desktop.
Save alysonla/bb42e3982e8ea59dbb3936e90a967975 to your computer and use it in GitHub Desktop.
SELECT license, count(*) FROM [bigquery-public-data:github_repos.licenses] GROUP BY 1 ORDER BY 2 DESC LIMIT 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment