Skip to content

Instantly share code, notes, and snippets.

@mcculley
Last active September 20, 2020 21:35
Embed
What would you like to do?
select individual_contribution."EMPLOYER" as employer, sum(individual_contribution."TRANSACTION_AMT") as total_contribution from individual_contribution where "ENTITY_TP"='IND' group by individual_contribution."EMPLOYER"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment