直接上脚本
update table set a=b where a=xxx
table==表名称
a==需要同步的列
b==数据源列,就是a列要的数据是b列的数据
where 条件。不加where则整个表同步