blob: d6fbb18a0b620f48239725d78256657e0ccdbfb0 [file]
WITH a AS (SELECT 1 AS x), b AS (SELECT x + 1 AS y FROM a) SELECT y FROM b