From: Paul Rowe <paul_at_paulrowe.com>
Date: 1 Aug 2003 12:56:58 -0700 Message-ID: <bbd01c1e.0308011156.6deb5d9d@posting.google.com>
I have questions regarding PL/SQL Collections:
Is there an easy way to concatenate two like-typed collections
together? I have to use a FOR LOOP which may not be efficient.
Is there an anyway to put a collection into an IN clause? For
instance, if I have a collection of varchar2 objects, and I want to
execute a query like SELECT * from aTable where identifier IN
<collection> Is there an efficient way to do this?
sincerely,
paul_at_paulrowe.com
Received on Fri Aug 01 2003 - 14:56:58 CDT