I have a table of games, which is described as follows:
+---------------+-------------+------+-----+---------+----------------+ | Field | Type
DELETE FROM table WHERE id = (SELECT t.id FROM table as t JOIN (table as tj ON (t.date = tj.data AND t.hometeam_id = tj.hometeam_id AND t.awayteam_id = tj.awayteam_id ...))