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_at_tornado.fastwebnet.it>
Hi all!
Can anyone help me?
My problem is a group by!
For example
Date: Mon, 12 Feb 2007 09:37:47 +0100
Message-ID: <wHVzh.24918$wO2.9749_at_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 - 09:37:47 CET