聚合模型使用GROUPING SETS 做聚合计算,返回key不正确 #6583
Unanswered
yangjun616
asked this question in
A - General / Q&A
Replies: 1 comment 1 reply
-
哪个版本的代码? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
查询语句:SELECT a, b, bitmap_union_count( c ) FROM tab1 GROUP BY GROUPING SETS ( (a, b), (a), (b) );
返回值中a,b 不会出现null,而是被group by a,b 的值覆盖
Beta Was this translation helpful? Give feedback.
All reactions