Subject | Re: [IBO] Counting in SQL |
---|---|
Author | Nando Dessena |
Post date | 2001-03-26T16:01:40Z |
Lance,
from Table
group by Ethnicity
should do.
Ciao
--
____
_/\/ando
> There is aselect Ethnicity, count(*)
> field called "Ethnicity" which has a single character code. I want to
> count each row by the code. The return should look something like
> this:
>
> A 25
> C 37
> H 20
> O 7
from Table
group by Ethnicity
should do.
Ciao
--
____
_/\/ando