mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Updated test
This commit is contained in:
parent
90898905e0
commit
1d3658662a
@ -1,7 +1,7 @@
|
|||||||
SELECT
|
SELECT
|
||||||
1 AS x,
|
1 AS x,
|
||||||
x.y
|
x.y
|
||||||
FROM
|
FROM
|
||||||
(
|
(
|
||||||
SELECT 'Hello, world' AS y
|
SELECT 'Hello, world' AS y
|
||||||
) AS x
|
) AS x
|
||||||
|
Loading…
Reference in New Issue
Block a user