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

sql-tests.testcases.with_clause.withExprAccessingAnotherAndAlsoFromParents.sql Maven / Gradle / Ivy

There is a newer version: 0.289
Show newest version
-- database: presto; groups: with_clause; tables: nation; queryType: SELECT
WITH w1 AS (select * from nation),
w2 AS (select * from w1)
select count(*) from w1, w2




© 2015 - 2024 Weber Informatics LLC | Privacy Policy