Wang857857 opened a new issue, #13521: URL: https://github.com/apache/doris/issues/13521
SELECT BITMAP_TO_STRING(BITMAP_INTERSECT(user_id)) from ((SELECT TO_BITMAP(1) user_id) union all (SELECT NULL user_id)) t1 输出:1 SELECT BITMAP_TO_STRING(BITMAP_INTERSECT(user_id)) from ((SELECT TO_BITMAP(1) user_id) union all (SELECT BITMAP_EMPTY() user_id)) t1 输出:'' -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
