home / goamines

Menu

Dashboard: tonnage by ore stream

Custom SQL query returning 3 rows (hide)

SELECT ore_stream, ROUND(SUM(qty_dest)) AS tonnage
FROM trips GROUP BY ore_stream ORDER BY tonnage DESC;

Edit SQL

This data as json, CSV

ore_streamtonnage
imported 4181790.0
royalty 2577071.0
eauction 1002797.0
Powered by Datasette