Last active
September 20, 2020 21:35
-
-
Save mcculley/1fabbc1f903a02be292e149ece1847f8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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