Copie a tabela SQL para outra tabela
INSERT INTO newTable
SELECT * FROM oldTable
Tomer Mantzuri
INSERT INTO newTable
SELECT * FROM oldTable