/ Published in: SQL
clone table with structure and indexes
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
CREATE TABLE clone_table LIKE original_table;