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