Re: When did inline views arrive?

From: ashok kapur <akapur_at_thomtech.com>
Date: 1996/06/11
Message-ID: <31BDEA54.1AED_at_thomtech.com>#1/1


Torben Krogh Jeppesen wrote:
>
> Hey, out there.
>
> Does anybody know when the "inline view" came into being on Oracle
> databases?
>
> An inline view comes in handy when you want to count the number of
> distinct values in some column:
>
> SELECT COUNT(*)
> FROM
> ( SELECT DISTINCT SOME_FIELD
> FROM SOME_TABLE)
> ;
>
> I know there are other ways to do this, but in my opinion this is the
> most logical way to express it.
>
> I have just recently discovered the feature, and I have never seen any
> documentation from Oracle. The syntax diagram in Server SQL Language
> Reference does not describe the inline view as a possibiliy and Forms
> 3.0 and PRO*C certainly don't like it, yet SQL*PLUS has no problem
> whatsoever.
>
> Torben Jeppesen
>
> Computer consultant, PMP Software, Denmark
> Email: tkjeppesen_at_vip.cybercity.dkI believe that they were introduced in version 7.1.6

-- 
Ashok Kapur (akapur_at_thomtech.com)
Thomson Technology Consulting Group
1375 Piccard Drive, Suite 250
Rockville, MD 20850
Received on Tue Jun 11 1996 - 00:00:00 CEST

Original text of this message