-
Notifications
You must be signed in to change notification settings - Fork 665
Group By
agershun edited this page Dec 28, 2014
·
7 revisions
Grouping
var res = alasql('SELECT * FROM City GROUP BY Contient, Country');
- CUBE()
- ROLLUP()
- GROUPING SETS()
alasql('SELECT * FROM City GROUP BY ROLLUP(Continent, Country)');
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo