update 批量修改sql 记录
update_table 是要修改的表 join_table 是关联另一张表来修改update_table表的字段
update update_table set id= tmp.id from join_table as tmp where update_table.id=tmp.bm
update_table 是要修改的表 join_table 是关联另一张表来修改update_table表的字段
update update_table set id= tmp.id from join_table as tmp where update_table.id=tmp.bm