All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql-tests.testcases.group-by.runMultipleGroupBy.sql Maven / Gradle / Ivy

There is a newer version: 0.289
Show newest version
-- database: presto; tables: nation; groups: group-by;
SELECT COUNT(*), n_regionkey, n_nationkey FROM nation WHERE n_regionkey < 2 GROUP BY n_nationkey, n_regionkey ORDER BY n_regionkey, n_nationkey DESC




© 2015 - 2024 Weber Informatics LLC | Privacy Policy