AQuery/benchmark/quries/Timescaledb/q3

4 lines
89 B

-- group by multiple keys
SELECT sum(quantity)
FROM trade10m
GROUP BY stocksymbol, price;