Added a test

This commit is contained in:
Alexey Milovidov 2019-08-01 05:08:44 +03:00
parent 26bb14da4e
commit 6de3939a3d
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
1 hello 1: hello
2 world 2: world

View File

@ -0,0 +1 @@
SELECT x, s, z FROM VALUES('x UInt64, s String, z ALIAS concat(toString(x), \': \', s)', (1, 'hello'), (2, 'world'));