摘要: 1.在线上创建一个与需备份相同表结构的表 create table table_name_temp as select * from table_name where 1=2; 2.在线上创建一个与需备份表数据相同的表 create table table_name_temp as select * 阅读全文
posted @ 2017-10-14 10:12 bigdog 阅读(328) 评论(0) 推荐(0)