mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added a test
This commit is contained in:
parent
26bb14da4e
commit
6de3939a3d
@ -0,0 +1,2 @@
|
||||
1 hello 1: hello
|
||||
2 world 2: world
|
@ -0,0 +1 @@
|
||||
SELECT x, s, z FROM VALUES('x UInt64, s String, z ALIAS concat(toString(x), \': \', s)', (1, 'hello'), (2, 'world'));
|
Loading…
Reference in New Issue
Block a user