![JAR search and dependency download from the Maven repository](/logo.png)
sql-tests.testcases.union.unionMoreThanTwoTables.sql Maven / Gradle / Ivy
-- database: presto; requires: com.facebook.presto.tests.ImmutableTpchTablesRequirements; tables: nation; groups: union;
SELECT count(*)
FROM nation
UNION ALL
SELECT sum(n_nationkey)
FROM nation
GROUP BY n_regionkey
UNION ALL
SELECT n_regionkey
FROM nation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy