Skip to content

sqlzoo-solutions/join.sql , Question 13 #26

@maz369

Description

@maz369

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions