FOR i IN 1 .. t_schluessel.COUNT
LOOP
UPDATE tbl_ITB
SET vorname = sVorname ,
name = sName
WHERE schluessel = t_schluessel (i) + nStart;
END LOOP;
can't we use FORALL here?
Cheers!
|
Results 1 to 8 of 8
Thread: Bulk Update ...Threaded View
|
Click Here to Expand Forum to Full Width |