ClickHouse/dbms/tests/queries/0_stateless/00957_format_with_clashed_aliases.reference
Alexey Milovidov 1d3658662a Updated test
2019-06-29 21:30:53 +03:00

8 lines
75 B
Plaintext

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