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: Nested Selects

Re: Nested Selects

From: Sergei Kuchin <skuchin_at_sprynet.com>
Date: Sat, 07 Nov 1998 00:58:44 -0600
Message-ID: <3643EFA4.25CA@sprynet.com>


This feature officially was introduced in Oracle 7.3. Unofficially, who knows. BTW, it's called inline views.

Lito Dizon wrote:
>
> I just discovered today that I can do nested selects like below in
> Oracle 7.3. Has this feature been around?
>
> select * from
> (select * from
> ( select * from mytable ))
>
> In fact I was able to go up to 26 levels.
Received on Sat Nov 07 1998 - 00:58:44 CST

Original text of this message

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