Salin tabel SQL ke tabel lain
INSERT INTO newTable
SELECT * FROM oldTable
Tomer Mantzuri
INSERT INTO newTable
SELECT * FROM oldTable