maidstone-hackspace/website/data/sql/pledge_totals.sql

4 lines
143 B
SQL
Executable File

select name, sum(pledge_amounts.amount) as total, target
from pledges
left join pledge_amounts on pledges.id=pledge_amounts.pledge_id