1.从B表查询出来数据更新A表

update a set a.columnname=b.columnname from a,b where b.id=1

 

相关文章: