Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Is there any equivalent of Sql Server's temporary table in Oracle

Re: Is there any equivalent of Sql Server's temporary table in Oracle

From: Galen Boyer <galenboyer_at_hotpop.com>
Date: 5 Dec 2002 12:47:08 -0600
Message-ID: <uof8071b6.fsf@standardandpoors.com>


On Thu, 05 Dec 2002, gamaz_at_eathlink.net wrote:
> Hi, In sql server, some of the stored procedures I handled
> using temporary tables. The idea was to make joins simplified
> specially when there are six to eight table joins involed in
> data extraction. Those can are broken up in steps using
> temporary tables. I was wondering, what would be equivalent
> concept to handle joins of six to eight tables to extract data
> in Oracle. I know it is possible do crude lengthy joins, but I
> am sure there would be an elegant way to handle the same. Any
> insight/advise/link to knowledge site is appreciated in
> advance. Regards

Let Oracle do the temporary set building. You code the join.

-- 
Galen Boyer
Received on Thu Dec 05 2002 - 12:47:08 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US