blob: 3eac053b8c9cc84d171b573a3c3e627a1b34e69a [file] [log] [blame]
-- https://github.com/apache/incubator-doris/issues/5346
select bitmap_to_string(bitmap_not(bitmap_from_string("1,2,3,4"), bitmap_from_string("3,4,5,6")));