We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: