Skip to content

Useful Event statistics to add #109

@jxu

Description

@jxu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions