ClickHouse/dbms/tests/queries/0_stateless/00957_format_with_clashed_aliases.reference
Alexey Milovidov 0bc2b751ea Added test
2019-06-17 01:30:25 +03:00

8 lines
76 B
Plaintext

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