数据库

位置:IT落伍者 >> 数据库 >> 浏览文章

Oracle 多表关联更新多个字段 带条件


发布日期:2023年01月09日
 
Oracle 多表关联更新多个字段 带条件

update student A

set (Anameadq) =

(select Bbnamebbdq

from newstudent B

where BBid = Aid

and Adq =

)

where exists (select

from newstudent B

where BBid = Aid

and Adq =

);

上一篇:oraclerman备份和还原恢复数据库

下一篇:SQL*PLUS命令的使用大全