![JAR search and dependency download from the Maven repository](/logo.png)
sql-tests.testcases.group-by.runHavingWithNullCheck.sql Maven / Gradle / Ivy
-- database: presto; requires: com.facebook.presto.tests.ImmutableTpchTablesRequirements; tables: workers; groups: group-by;
SELECT first_name, COUNT(*) FROM workers GROUP BY first_name HAVING first_name IS NULL
© 2015 - 2025 Weber Informatics LLC | Privacy Policy