dbms: added test [#METR-14783].

This commit is contained in:
Alexey Milovidov 2015-02-04 07:00:42 +03:00
parent 60df70053d
commit 80a3f9436b
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
[(1,2)] (1,2)

View File

@ -0,0 +1 @@
select groupArray(a) as b, b[1] from (select (1, 2) as a);