Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Updating Multiple Tables using FORALL option in ORACLE

Could any one help me how to give multiple DML statements inside FORALL option in oracle.

like image 505
Kishore Kanumalla Avatar asked Nov 23 '25 21:11

Kishore Kanumalla


1 Answers

how to give multiple DML statements inside FORALL

You cannot. One FORALL statement can support only one DML statement. For "n" DMLs, you need to write "n" FORALL statements.

like image 144
Lalit Kumar B Avatar answered Nov 27 '25 00:11

Lalit Kumar B



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!