View Single Post

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

strawberry wrote:
>
> select count(product_name) from table group by cat_id
>




very good, thanks!

Is the result always ordered? That is, do I receive data as they were
ordered by cat_id?
Reply With Quote