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 -> SELECT in a [select_list]

SELECT in a [select_list]

From: <abeba_at_my-deja.com>
Date: Mon, 26 Jul 1999 10:58:25 GMT
Message-ID: <7nhf0g$7mf$1@nnrp1.deja.com>

Using Oracle8, I want to submit this query :

SELECT a , (SELECT MAX(b) FROM c)
FROM d

but I keep having the same message : (ORA-00936 missing expression)

Is it possible to have a query in a [SELECT_LIST] or are there any other ways to do the same thing ????

Thanks.

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Mon Jul 26 1999 - 05:58:25 CDT

Original text of this message

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