You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT MAX(repository_size) as size, repository_url, repository_name as name, repository_owner as owner, repository_forks as forks, repository_description as description
FROM [githubarchive:github.timeline]
WHERE (created_at CONTAINS "2013-06-12")
GROUP BY repository_url, name, owner, forks, description