想把另外一张表的数据,通过一定条件,更新当前表。
这个语句还是比较怪的, 所以记录一下。
update 当前表 set 条件1,条件2 From 当前表,外联表 where 条件1,条件2
update a set a.fdProdImage=b.pictureb from fa_product a,temp_product b
where a.fdprodid = b.proid
想把另外一张表的数据,通过一定条件,更新当前表。
这个语句还是比较怪的, 所以记录一下。
update 当前表 set 条件1,条件2 From 当前表,外联表 where 条件1,条件2
update a set a.fdProdImage=b.pictureb from fa_product a,temp_product b
where a.fdprodid = b.proid