| 
 | 
I GOT IT!!!
select ctype, color, count(*) 
from rob/titus 
group by ctype, color 
union 
select ctype, 
    case 
         when ' ' = ' ' then null
         when ' ' <> ' ' then ' '
    end, 
      count(*) 
from rob/titus 
group by ctype 
order by ctype, 2 
....+....1....+....2....+....3....+...
CTYPE       COLOR         COUNT ( * ) 
Pickup      Blue                    3 
Pickup      Red                     2 
Pickup      -                       5 
Van         Blue                    1 
Van         Green                   3 
Van         Red                     2 
Van         -                       6 
********  End of data  ******** 
See you at COMMON.
Rob Berendt
-- 
Group Dekko Services, LLC
Dept 01.073
PO Box 2000
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.