We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQL
The text was updated successfully, but these errors were encountered:
contribs:
contribs
repositories:
repositories
users:
users
Sorry, something went wrong.
SELECT c.user_id, SUM(c.count), u.login FROM contribs c LEFT JOIN users u ON u.id = c.user_id GROUP BY c.user_id, u.login ORDER By sum DESC
What impresses me about this result is that there are 382 Unique Contributors across the @dwyl projects. 🎉
382
Continue:
pgweb --host localhost --user postgres --db app_dev
No branches or pull requests
Todo
SQL
Query that lists the top contributors in the Org grouped by the number of contribsThe text was updated successfully, but these errors were encountered: