C
ckgriff2
I'm trying to run a query that counts the number of people with
hemoglobin of type SS, type SC, and then all others. There are about
12 different kinds of types.
Basically I want a count for SS, a count for SC, and then a count that
totals all the others into one count. Hopefully that makes sense.
I'm using group by for the SS and SC which works great, but I'm not
sure how to tell it to add up the others.
hemoglobin of type SS, type SC, and then all others. There are about
12 different kinds of types.
Basically I want a count for SS, a count for SC, and then a count that
totals all the others into one count. Hopefully that makes sense.
I'm using group by for the SS and SC which works great, but I'm not
sure how to tell it to add up the others.