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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Cost based analyser and views

Re: Cost based analyser and views

From: Volker Apelt <gq437x_at_yahoo.de>
Date: 07 Nov 2002 18:31:09 +0100
Message-ID: <lgwunpb82q.fsf@mu.biosolveit.local>


Volker Apelt <gq437x_at_yahoo.de> writes:

missing the joins to A, B and C.

> select
> A.group, A.no, B.no, d.field1, .. some other fields
> from
> v_across v,

    A        a, 

> D d,
> B b
> where
    v.ID_A = A.ID_A and 
    v.ID_B = B.ID_B and 
    v.ID_D = B.ID_D and 

> A.group = 3 and
> A.no = 25 and
> B.no < 5 and
> D.field1 in ('x','y','z');
-- 
Volker Apelt                   
Received on Thu Nov 07 2002 - 11:31:09 CST

Original text of this message

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