order of deleting rows in oracle sql

前端 未结 0 1592
无人共我
无人共我 2020-11-28 20:36

I have this code which should work

delete from
(
select oi.* from orderinfo oi
where oi.order_status = \'Выполнен\'
and
oi.rowid in
(
select orderinfo.rowid f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题