Updated test

This commit is contained in:
Alexey Milovidov 2019-06-29 23:05:41 +03:00
parent e2431a571f
commit 3fd3cc3ff4

View File

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