Skopiuj tabelę SQL do innej tabeli
INSERT INTO newTable
SELECT * FROM oldTable
Tomer Mantzuri
INSERT INTO newTable
SELECT * FROM oldTable