摘要: 直接上脚本 update table set a=b where a=xxx table==表名称 a==需要同步的列 b==数据源列,就是a列要的数据是b列的数据 where 条件。不加where则整个表同步 阅读全文
posted @ 2019-04-11 10:20 刘二五 阅读(408) 评论(0) 推荐(0) 编辑