M
molly
Hello,
I have a trouble with group by statement could you help me
out. Here is my query:
SELECT dbo_cumh.*
FROM dbo_cumh
WHERE [dbo_cumh].[testyr]="2004"
GROUP BY [dbo_cumh].[id], [dbo_cumhiv].[mon]
I got an error. Can't use group by ???
Regards,
Molly
I have a trouble with group by statement could you help me
out. Here is my query:
SELECT dbo_cumh.*
FROM dbo_cumh
WHERE [dbo_cumh].[testyr]="2004"
GROUP BY [dbo_cumh].[id], [dbo_cumhiv].[mon]
I got an error. Can't use group by ???
Regards,
Molly