lalalaerhuo opened a new issue, #1840: URL: https://github.com/apache/doris-website/issues/1840
Path:/zh-CN/docs/2.0/sql-manual/sql-functions/bitmap-functions/orthogonal-bitmap-expr-calculate-count 我有一张订单表 用户ID字段 paid,渠道字段 area_channel 在使用这个函数的时候每次的结果都不同 select orthogonal_bitmap_expr_calculate_count(to_bitmap(paid) , area_channel, '4&5') as tCount from dwd_trade_order_base dtob where ct_year =2023 -- 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]
