Copier la table SQL dans une autre table
INSERT INTO newTable
SELECT * FROM oldTable
Tomer Mantzuri
INSERT INTO newTable
SELECT * FROM oldTable