View Single Post

   
  #3 (permalink)  
Old 04-29-2008, 08:28 PM
billbois at gmail dot com
 
Posts: n/a
Default Re: Nested Aggregates

On Apr 27, 1:37 pm, "Paul Lautman" <paul.laut...@btinternet.com>
wrote:

>
> You have missed out a comma after Qty.


Yep, you're correct and that explains the first error. However, with
the comma in place, I get this:

#1111 - Invalid use of group function

I suppose I'll have to do a second select statement to get the size
information and concatenate the two results sets. It's not elegant
but is there any other way?

Thanks,
BB

Reply With Quote