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

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

-- database: presto; tables: nation; groups: group-by;
select n_regionkey, count(*), sum(n_regionkey) from nation where n_regionkey > 2 group by 1




© 2015 - 2024 Weber Informatics LLC | Privacy Policy