![JAR search and dependency download from the Maven repository](/logo.png)
sql-tests.testcases.group-by.runAggrWithoutGroupBy.sql Maven / Gradle / Ivy
-- database: presto; requires: com.facebook.presto.tests.ImmutableTpchTablesRequirements; tables: workers; groups: group-by;
select count(*), count(n_regionkey), min(n_regionkey), max(n_regionkey), sum(n_regionkey) from nation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy