This website works better with JavaScript.
Explore
Help
Sign In
bill
/
AQuery
Watch
1
Star
0
Fork
You've already forked AQuery
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Tree:
91a1cc80cd
AQuery
/
benchmark
/
quries
/
Timescaledb
/
q3
4 lines
89 B
Raw
Blame
History
-- group by multiple keys
SELECT sum(quantity)
FROM trade10m
GROUP BY stocksymbol, price;
Reference in new issue
View Git Blame
Copy Permalink