ClickHouse/dbms/tests/queries/0_stateless/00957_format_with_clashed_aliases.reference
Alexey Milovidov 3fd3cc3ff4 Updated test
2019-06-29 23:05:41 +03:00

8 lines
75 B
Plaintext

SELECT
1 AS x,
x.y
FROM
(
SELECT 'Hello, world' AS y
) AS x