阅读背景:

oracle多表关联删除数据表记录方法

来源:互联网 

oracle多表关联删除的两种方法

第一种使用exists方法

delete
from tableA
where exits
(
     select 1
     from tableB
     Where tableA.id = tableB.id
)delete
from



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: