Files
doris/regression-test/suites/with_clause_p0/sql/withExprWithNoReferenceInParent.sql
2022-09-29 10:45:17 +08:00

3 lines
174 B
SQL

-- database: presto; groups: with_clause; tables: nation; queryType: SELECT
WITH ct AS (SELECT * FROM tpch_tiny_region) SELECT name FROM tpch_tiny_nation where nationkey = 0