View Single Post

   
  #3 (permalink)  
Old 02-27-2008, 09:34 PM
kalin mintchev
 
Posts: n/a
Default Re: group by problem


>
> Basically you can't do what you want either without temporary tables or
> using a subselect. Subselects are only available in mysql 4.1+ (I think
> - check the docs) so that may or may not be an option.


thanks... pardon my ignorance - how would i do that using subselects?


>



Reply With Quote