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

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

-- database: presto; groups: distinct; tables: nation
SELECT DISTINCT n_regionkey, COUNT(*) FROM nation
WHERE n_nationkey > 0
GROUP BY n_regionkey




© 2015 - 2024 Weber Informatics LLC | Privacy Policy