Group by on nested query [message #219142] |
Tue, 13 February 2007 02:50 |
alder
Messages: 2 Registered: February 2007
|
Junior Member |
|
|
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!
|
|
|
|
Re: Group by on nested query [message #219155 is a reply to message #219149] |
Tue, 13 February 2007 03:20 |
alder
Messages: 2 Registered: February 2007
|
Junior Member |
|
|
Thank you friend!
The error notification disappear! It's ok!
But i notice the q value seems to be the sum of the sum!
Is it possible?
It isn't the value i exepcted!
Thanks!
|
|
|
|