摘要: 1. CREATE TABLE new_table LIKE table; 2. INSERT INTO new_table SELECT * FROM table; 3&4. RENAME TABLE table = old_table, table = new_table; The usual 阅读全文
posted @ 2016-08-07 09:41 emanlee 阅读(423) 评论(0) 推荐(0)