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: select column with a select statement

Re: select column with a select statement

From: Vitaliy Mogilevskiy <vit100gain_at_earthlink.net>
Date: Wed, 17 Feb 1999 15:11:14 -0800
Message-ID: <36CB4C92.8490E4AB@earthlink.net>


You can do this in the FROM CLAUSE of the SELECT statement

Naushi Hussain wrote:

> Can we select a column using a select statement, in a select statement;
> e.g.
>
> select col a, col b, (select col x from table B where ....), col c from
> table A
>
> Any help will be appreciated. (Oracle 7.3.3)
Received on Wed Feb 17 1999 - 17:11:14 CST

Original text of this message

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