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

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

There is a newer version: 464
Show newest version
-- database: presto; tables: nation; groups: group-by;
SELECT n_regionkey, COUNT(null) FROM nation WHERE n_nationkey > 5 GROUP BY n_regionkey




© 2015 - 2024 Weber Informatics LLC | Privacy Policy