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

Subselect in the from clause

From: Christian Lang <clang_at_mediaprint.at>
Date: 24 Jan 2002 05:46:34 -0800
Message-ID: <6cf185c9.0201240546.4d05c48e@posting.google.com>


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 Received on Thu Jan 24 2002 - 07:46:34 CST

Original text of this message

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