add benchmark queries
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- group by multiple keys
|
||||
SELECT sum(quantity)
|
||||
FROM benchmark.trade10m
|
||||
GROUP BY stocksymbol, price
|
||||
Reference in New Issue
Block a user