Skip to content
New issue

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

Useful Event statistics to add #109

Open
jxu opened this issue Jun 19, 2024 · 0 comments
Open

Useful Event statistics to add #109

jxu opened this issue Jun 19, 2024 · 0 comments

Comments

@jxu
Copy link

jxu commented Jun 19, 2024

Number of submitted results and averages per event, e.g.

SELECT *
FROM Results
WHERE eventId = "444bf" and average > 0
GROUP BY personId

Interestingly enough the MySQL database query site will take this but SELECT * ... GROUP BY isn't valid in SQL server, because it's not clear how the non-grouping columns get selected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant