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

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

-- database: presto; tables: nation; groups: group-by;
SELECT n_regionkey FROM (SELECT n_regionkey, COUNT(*) cnt FROM nation GROUP BY n_regionkey) t GROUP BY n_regionkey HAVING n_regionkey < 3 AND COUNT(cnt) > 0




© 2015 - 2024 Weber Informatics LLC | Privacy Policy