mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update tests.
This commit is contained in:
parent
f8d10872c5
commit
fa6ec1a39d
@ -46,3 +46,6 @@
|
||||
[]
|
||||
[]
|
||||
[]
|
||||
-
|
||||
[]
|
||||
[]
|
||||
|
@ -25,3 +25,6 @@ select arrayIntersect([], []) from array_intersect order by arr;
|
||||
|
||||
drop table if exists array_intersect;
|
||||
|
||||
select '-';
|
||||
select arrayIntersect([-100], [156]);
|
||||
select arrayIntersect([1], [257]);
|
Loading…
Reference in New Issue
Block a user