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: Oracle CBO query cost - retrieve value?

Re: Oracle CBO query cost - retrieve value?

From: DA Morgan <damorgan_at_psoug.org>
Date: Sun, 07 Oct 2007 10:19:28 -0700
Message-ID: <1191777555.530234@bubbleator.drizzle.com>


Barry Bulsara wrote:
> Hi, I have a query
>
> SELECT a,b,c,d
> FROM table e,f
> WHERE e.id=f.id
> AND e.g=something
> AND h.i=somethingelse

No you don't. Really you don't.

h.i does not exist as nothing is aliased as "h".

Want to try again? <g>

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Sun Oct 07 2007 - 12:19:28 CDT

Original text of this message

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