dbms: added few tests [#METR-13933].

This commit is contained in:
Alexey Milovidov 2014-11-28 05:29:35 +03:00
parent ead238608b
commit cd54727557
4 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
SELECT DISTINCT emptyArrayString() AS k FROM (SELECT * FROM system.numbers LIMIT 100000);

View File

@ -0,0 +1,3 @@
[]
['is_registred']
['registration_month','user_login','is_registred']

View File

@ -0,0 +1 @@
SELECT DISTINCT arrayFilter(x -> notEmpty(x), arrayJoin([[''], ['is_registred'], ['registration_month','user_login','is_registred'], ['is_registred'], ['is_registred'], ['']]));