blob: dac97aaa713467c4c732086c22d1e6f9d025823a [file] [log] [blame]
select sum(contributions) as col1, count(registration) as col2, registration from voter_text where registration <> 'green' group by registration order by registration;