SQL> DECLARE
2 TYPE typ_tab_empno IS TABLE OF myemp.empno%TYPE;
3 l_tab typ_tab_empno ;
4 BEGIN
5 UPDATE myemp SET job = 'COMEDIAN' RETURNING empno BULK COLLECT
INTO l_tab ;
6 END;
7 /
PL/SQL procedure successfully completed
--
10gR2
Did you try it?
--
Daniel A. Morgan
University of Washington
damo...@x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
> Did you try it?
Yes
"> Code below works but.."
Just want some assurance ;)
Assurance or insurance? <g>