i haven't used decode or case before. i'm reading up on them now. but, in the examples i'm looking at it seems that i would have to hard code all my units, as opposed to only a few.
i don't want to have to do this :
case when unit = aa then 1
case when unit = bb then 1
i'd like to do something like "if unit = aa or cc, then combine, otherwise, count and group everything else"