sql-tests.testcases.group-by.runAggregatesWithoutGroupByButWithPredicates.sql Maven / Gradle / Ivy
-- database: presto; tables: nation; groups: group-by;
select count(*), sum(n_nationkey) from nation where 1=2
© 2015 - 2025 Weber Informatics LLC | Privacy Policy