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: Standard SQL?

Re: Standard SQL?

From: victor <victor_at_PERCOMBANK.KIEV.UA>
Date: 1998/11/19
Message-ID: <01be13b2$3bd82500$6b14abcc@victor>#1/1

johnnie_ng_at_hongkong.com <johnnie_at_hongkong.com.hk> wrote in article <Pine.BSF.3.96.981119181810.12224C-100000_at_prima.netfront.net>...
>
> I want to know if the following SQL is standard:
>
> select 123, (select x from dummy)
> from dummy
>
>
>
>

not and its dont work (on 7.2)
but you can paly this
select 123, y.x
 from dummy,(select x from dummy) y Received on Thu Nov 19 1998 - 00:00:00 CST

Original text of this message

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