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
Number of submitted results and averages per event, e.g.
SELECT*FROM Results
WHERE eventId ="444bf"and average >0GROUP 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.
The text was updated successfully, but these errors were encountered:
Number of submitted results and averages per event, e.g.
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.The text was updated successfully, but these errors were encountered: