mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
minor tests fix
This commit is contained in:
parent
22389d4eca
commit
2ca74ec259
@ -1,4 +1,4 @@
|
||||
-- USE test;
|
||||
USE test;
|
||||
SELECT bitmapToArray(bitmapBuild([1, 2, 3, 4, 5]));
|
||||
SELECT bitmapToArray(bitmapAnd(bitmapBuild([1,2,3]),bitmapBuild([3,4,5])));
|
||||
SELECT bitmapToArray(bitmapOr(bitmapBuild([1,2,3]),bitmapBuild([3,4,5])));
|
||||
|
Loading…
Reference in New Issue
Block a user