delete table1 通过子查询

来源:互联网 发布:直布罗陀 知乎 编辑:程序博客网 时间:2024/04/28 22:11
delete from table1
 where no3 in
       (select uuid
          from table2
         where (no1,decode(no2,'','C',no2)) in
               (select a.no1,decode(a.no2,'','A',a.no2)
                  from table3 a));
0 0
原创粉丝点击