把一张表已有的数据对另一张表数据进行修改
update
ys_yhxx yh,ys_yhxx_copy yhc
set
yh.customerPhone=yhc.customerPhone
where yh.customerId=yhc.customerId
学有所思,思有所成。
update
ys_yhxx yh,ys_yhxx_copy yhc
set
yh.customerPhone=yhc.customerPhone
where yh.customerId=yhc.customerId