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 -> REPOST: Subselect in the from clause

REPOST: Subselect in the from clause

From: Christian Lang <clang_at_mediaprint.at>
Date: 24 Jan 2002 05:46:34 -0800
Message-ID: <9$--$%%%_$$%%-__$$@news.noc.cabal.int>


Hi,
who could explain the range of use of a subselect in the from clause.

eg.

select f1,f2,f3,f4
  from

      (select d1,d2,d3,d4 from table)
 ...

thanks
Chris

This message was cancelled from within The Unacanceller's glorious new software, Lotus 1-2-3 For Rogue Cancellers. Received on Thu Jan 24 2002 - 07:46:34 CST

Original text of this message

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