Viewing post 1 (of 2 total)
select customer,
sum(case where product = 'A' then 1 else 0 end) as A,
...
March 30, 2012 at 8:41 am
#1466982