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

sql-tests.testcases.limit.withGroupBy.sql Maven / Gradle / Ivy

There is a newer version: 350
Show newest version
-- database: presto; groups: limit; tables: nation
SELECT COUNT(*), n_regionkey FROM nation GROUP BY n_regionkey
ORDER BY n_regionkey DESC
LIMIT 2




© 2015 - 2025 Weber Informatics LLC | Privacy Policy