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

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

There is a newer version: 0.289
Show newest version
-- database: presto; groups: distinct; tables: nation
SELECT COUNT(DISTINCT n_regionkey), COUNT(*) FROM nation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy