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: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Sat, 07 Nov 1998 15:03:42 +0100
Message-ID: <3644533E.923CAADC@sybrandb.demon.nl>


Starting with 7.2.2 or 7.2.3 I believe. It is also called 'inline -views'

Sybrand Bakker, Oracle DBA

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 - 08:03:42 CST

Original text of this message

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