View Single Post

   
  #2 (permalink)  
Old 02-29-2008, 06:51 AM
Gary
 
Posts: n/a
Default Re: group by clause query help

This line:
group by a_subject, ano) AS b
should be:
group by a_subject, ano) AS a

Reply With Quote