Duplicate table MySQL

By | April 5, 2020

CREATE TABLE telo_copy LIKE telo_asli;
INSERT INTO telo_copy SELECT * FROM telo_asli;