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 -> ORA-00904 & left join

ORA-00904 & left join

From: Fabio <nonce_at_nulla.it>
Date: Tue, 21 Oct 2003 15:42:46 GMT
Message-ID: <Wtclb.56199$e6.1994856@twister2.libero.it>


Oracle 9i:
Situation:

    create table v(x number, y varchar2(10));
    create table b(z number, w varchar2(10));
    create table t(h number, k varchar2(10));

What's wrong in the query 1 ??

Thanks
Fabio Received on Tue Oct 21 2003 - 10:42:46 CDT

Original text of this message

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