Sign in
apache
/
doris
/
HEAD
/
.
/
pytest
/
qe
/
query_regression
/
sql
/
issue_5440.sql
blob: a315f896a179985fbdd04487e82046eb0b7a58bb [
file
] [
log
] [
blame
]
-- https://github.com/apache/incubator-doris/issues/5440
select
bitmap_to_string
(
bitmap_not
(
bitmap_from_string
(
'1'
),
bitmap_from_string
(
'2,1'
)));