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 -> Subquery Question

Subquery Question

From: Paul Bennett <bennett_at_cc.gatech.edu>
Date: Wed, 07 Apr 1999 16:44:02 -0400
Message-ID: <370BC392.F66A653A@cc.gatech.edu>


In some SQL flavors I can do something like

SELECT cola, colb, (Select cola from tablea where tablea.colb = tablec.cola) from tablec;

basically I can use a select that returns one value as a column.

I can not do this in Oracle 8. What is the workaround?

Thanks.

Received on Wed Apr 07 1999 - 15:44:02 CDT

Original text of this message

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