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

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

There is a newer version: 0.289
Show newest version
-- database: presto; tables: nation; groups: group-by;
select count(*), sum(n_nationkey) from nation where 1=2 group by n_regionkey




© 2015 - 2024 Weber Informatics LLC | Privacy Policy