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
It seems GROUP BY mdate,team1,team2 should be updated to mdate,matchid,team1,team2 otherwise it returns an error. Since you are using ORDER BY on matchid, first GROUP BY should be used for it.
What do you think?
It seems GROUP BY mdate,team1,team2 should be updated to mdate,matchid,team1,team2 otherwise it returns an error. Since you are using ORDER BY on matchid, first GROUP BY should be used for it.
What do you think?