U moet een DUPLICATE KEY IGNORE toevoegen:
INSERT INTO `tableName` (SELECT * FROM `anotherTable`) ON DUPLICATE KEY IGNORE
Info hier-> http://dev.mysql.com/doc /refman/5.5/en/insert.html
U moet een DUPLICATE KEY IGNORE toevoegen:
INSERT INTO `tableName` (SELECT * FROM `anotherTable`) ON DUPLICATE KEY IGNORE
Info hier-> http://dev.mysql.com/doc /refman/5.5/en/insert.html