One SQL to make a copy of existing MySQL table ( table structure and records )
1
CREATE TABLE clone_table SELECT * FROM original_table WHERE 1
Tags: copy table, MySQL Posted in MySQL
Name
Mail (will not be published)
Website