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:
a59717ab65
AQuery
/
benchmark
/
quries
/
Clickhouse
/
q9
3 lines
87 B
Raw
Blame
History
SELECT stocksymbol, MAX(price) - MIN(price)
FROM benchmark.trade1m
GROUP BY stocksymbol
Reference in new issue
View Git Blame
Copy Permalink