SELECT region, SUM(amount) FROM orders GROUP BY region;
Run against Production Postgres · no rows returned.
SQL
SELECT region, SUM(amount) FROM orders GROUP BY region;Results
region
total
Run against Production Postgres · no rows returned.
SELECT region, SUM(amount) FROM orders GROUP BY region;