Skip to content

Instantly share code, notes, and snippets.

@Everettss
Last active September 16, 2017 13:22
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 Everettss/badc49f250410566d81dfa5bb976c102 to your computer and use it in GitHub Desktop.
Save Everettss/badc49f250410566d81dfa5bb976c102 to your computer and use it in GitHub Desktop.
SELECT *
FROM [bigquery-public-data:github_repos.contents]
WHERE id IN (SELECT id FROM (
SELECT *
FROM [bigquery-public-data:github_repos.files]
WHERE path = 'package.json'
AND ref = 'refs/heads/master'
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment