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

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

-- database: presto; tables: nation; groups: group-by;
select n_regionkey, count(*) from nation group by 1 having sum(n_regionkey) > 5 and sum(n_regionkey) < 20




© 2015 - 2024 Weber Informatics LLC | Privacy Policy