mysql 修改表名

 

//重命名表
rename table table1 to table2;
//重命名多个表
rename table table1 to table2,table3 to table4,table5 to table6;

 

posted @ 2019-08-04 23:16  anobscureretreat  阅读(528)  评论(0编辑  收藏  举报