Use collection in JOIN clause ?
452507Oct 18 2005 — edited Oct 19 2005Is it possible to use a collection in a JOIN clause, to join tables in the database against data in a collection ?
What I want to do is execute a query to retrieve a two-column result, into some form of temporary storage (a collection ?), and then re-use that common data in many other queries inside a PL/SQL block.
I could use temporary tables, but I'd like to avoid having to create new tables in the database, if possible.