There are 92 League grounds in England and Wales, and the challenge is to see a game at each one.
Game Details
GAME NOT FOUND - : SELECT E.*, E.ID AS eventid, E.Comp_ID AS compid, S.header_ground_picture, S.header_picture_title, S.Ground_picture, S.Peel_flag, S.Picture_title, S.ID AS stadiumid, S.Stadium_name AS stadiumname, T.id AS teamid, T.Team AS teamname, T.crest, T.pcolour AS pcolour, T.scolour AS scolour, C.Comp_name FROM Events AS E JOIN Stadium AS S ON S.ID = E.ground JOIN Teams AS T ON T.id = E.team LEFT OUTER JOIN Competition_names AS C ON C.Comp_ID = E.Comp_ID AND Comp_End_Year > YEAR(E.Event_date) WHERE E.ID = 0