| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> Re: Using bulk collect with union-statement
select name
bulk collect into enums
from (select name from table where ....
          union
          select name from table where ...)
;
Anurag Received on Mon Jul 25 2005 - 10:09:50 CDT
|  |  |