mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
dbms: added few tests [#METR-13933].
This commit is contained in:
parent
ead238608b
commit
cd54727557
@ -0,0 +1 @@
|
||||
[]
|
@ -0,0 +1 @@
|
||||
SELECT DISTINCT emptyArrayString() AS k FROM (SELECT * FROM system.numbers LIMIT 100000);
|
@ -0,0 +1,3 @@
|
||||
[]
|
||||
['is_registred']
|
||||
['registration_month','user_login','is_registred']
|
@ -0,0 +1 @@
|
||||
SELECT DISTINCT arrayFilter(x -> notEmpty(x), arrayJoin([[''], ['is_registred'], ['registration_month','user_login','is_registred'], ['is_registred'], ['is_registred'], ['']]));
|
Loading…
Reference in New Issue
Block a user