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: How to Create Local Temporary Table

Re: How to Create Local Temporary Table

From: Resant <resant_v_at_yahoo.com>
Date: 21 Apr 2006 00:59:06 -0700
Message-ID: <1145606346.857433.113630@i40g2000cwc.googlegroups.com>


The query is part of procedure :

SELECT xxx
FROM (subquery) a,

   (
   SELECT xxx
   FROM hms_tpo_lp_plant a,(subquery) b
   WHERE [clause]
   ) b
WHERE [clause]

Where first subquery and second subquery are the the same. The subquery only access 1 table with where clause that use parameters. So what should I use to replace subquery??

Thanks Received on Fri Apr 21 2006 - 02:59:06 CDT

Original text of this message

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