3 lines
174 B
SQL
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
|