update ima_file A set A.ima18= (select ima18 from ima_tmp where A.Ima01 = ima_tmp.ima01)
where exists (select 1 from ima_tmp where A.Ima01 = ima_tmp.ima01)
oracle 表对表更新
最新推荐文章于 2024-01-08 12:50:42 发布
update ima_file A set A.ima18= (select ima18 from ima_tmp where A.Ima01 = ima_tmp.ima01)
where exists (select 1 from ima_tmp where A.Ima01 = ima_tmp.ima01)