Thread
:
group by clause query help
View Single Post
#
2
(
permalink
)
02-29-2008, 06:51 AM
Gary
Posts: n/a
Re: group by clause query help
This line:
group by a_subject, ano) AS b
should be:
group by a_subject, ano) AS a
Gary