An Error Was Encountered
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY s.ID_SEASON DESC' at line 5
SELECT * FROM core_seasons s JOIN core_matches m ON (m.ID_SEASON = s.ID_SEASON) JOIN core_cups c ON (c.ID_CUP = m.ID_CUP) WHERE c.ID_CUP = ORDER BY s.ID_SEASON DESC