Update tests.

This commit is contained in:
Nikolai Kochetov 2019-11-14 16:40:07 +03:00
parent f8d10872c5
commit fa6ec1a39d
2 changed files with 6 additions and 0 deletions

View File

@ -46,3 +46,6 @@
[]
[]
[]
-
[]
[]

View File

@ -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]);