Updated test

This commit is contained in:
Alexey Milovidov 2019-06-29 21:30:53 +03:00
parent 90898905e0
commit 1d3658662a

View File

@ -1,7 +1,7 @@
SELECT
1 AS x,
x.y
FROM
FROM
(
SELECT 'Hello, world' AS y
) AS x