added test

This commit is contained in:
Nikolai Kochetov 2017-09-13 22:09:33 +03:00 committed by alexey-milovidov
parent 2bb487c333
commit c14263a9fa
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
[0] 00
[1] 11

View File

@ -0,0 +1 @@
select a, b || b from (select [number] as a, toString(number) as b from system.numbers limit 2);