Duplicate table MySQL By ballacksave | April 5, 2020 0 Comment CREATE TABLE telo_copy LIKE telo_asli; INSERT INTO telo_copy SELECT * FROM telo_asli;