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
Hi, I have some problems with the question 1e41e3c7-f0ae-4b5f-a55b-4f0a6c7333f8 who are the top 5 contributors of TiDB? (errorType = none):
SELECT actor_login, COUNT(*) AS contributions FROM github_events WHERE repo_name = 'pingcap/tidb' GROUP BY actor_login ORDER BY contributions DESC LIMIT 5
{ "chartName": "Table", "columns": [ "Contributor", "Contributions" ], "title": "Top 5 Contributors of TiDB" }
// Fields [ { "columnType": 253, "name": "actor_login" }, { "columnType": 8, "name": "contributions" } ] // First result (Totally 5 rows) { "actor_login": "ti-chi-bot", "contributions": 99041 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I have some problems with the question 1e41e3c7-f0ae-4b5f-a55b-4f0a6c7333f8 who are the top 5 contributors of TiDB? (errorType = none):
Generated SQL
Chart:
Result:
The text was updated successfully, but these errors were encountered: