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

sql-tests.testcases.aggregate.countDistinct.sql Maven / Gradle / Ivy

There is a newer version: 350
Show newest version
-- database: presto; groups: aggregate; tables: datatype
select count(distinct c_bigint),count(distinct c_double),count(distinct c_string),count(distinct c_date),count(distinct c_timestamp),count(distinct c_boolean) from datatype




© 2015 - 2025 Weber Informatics LLC | Privacy Policy