View Single Post

   
  #7 (permalink)  
Old 02-28-2008, 10:46 AM
Stefano Perna
 
Posts: n/a
Default Re: how many of a kind

lark
>>

> as strawberry would tell you: if you add and "order by" clause at the
> end of your statement, it'll order it for you. for example:
>
> select blah blah
> from blah
> group by bla
> order by cat_id
>




oh, thanks very much:
being a newbie, I could not understand it very easily.

Thanks for pointing that out!
Reply With Quote