天天看點

交換兩個表

>create table tbl1(

tbl1_id int

);

>create table tbl2(

tbl2_id int

>desc tbl1;

>desc tbl2;

>rename table tbl1 to tbl3, tbl2 to tbl1, tbl3 to tbl2;

上一篇: 校對規則