I have a query which is reporting a syntax error. I can't see why...this is my query:
INSERT INTO tp_matches (game, date, event, hometeam, awayteam, map1, map2, map3, map1_score, map2_score, map3_score, body) VALUES ('Counter Strike Source', '1314813600', 'i43', 1, 1, 'de_dust2', , , '30-0', '-', '-', '<p>Description of test match</p>');
INSERT INTO tp_matches (game, date, event, hometeam, awayteam, map1, map2, map3, map1_score, map2_score, map3_score, body) VALUES ('Counter Strike Source', '1314813600', 'i43', 1, 1, 'de_dust2', , , '30-0', '-', '-', '<p>Description of test match</p>');
Comment