Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.oracle -> Group by on Nested Query ??

Group by on Nested Query ??

From: Ale <ale.griggio_at_atlavia.it>
Date: Mon, 12 Feb 2007 09:37:47 +0100
Message-ID: <wHVzh.24918$wO2.9749@tornado.fastwebnet.it>


Hi all!
Can anyone help me?
My problem is a group by!
For example

select tabA.x , tabB.y, (select sum(tabC.z)....) as q
.
.
.

group by tabA.x , tabB.y, q

I obtain an error!
What's wrong ??

Thanks a lot! Received on Mon Feb 12 2007 - 02:37:47 CST

Original text of this message

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