Thread
:
how many of a kind
View Single Post
#
3
(
permalink
)
02-28-2008, 10:46 AM
Stefano Perna
Posts: n/a
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?
Stefano Perna