会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
张江英
博客园
首页
新随笔
联系
管理
2020年12月29日
Impala的count(distinct QUESTION_ID) 与ndv(QUESTION_ID)
摘要: 在impala中,一个select执行多个count(distinct col)会报错,举例: select C_DEPT2, count(distinct QUESTION_BUSI_ID) as wo_num, count(distinct CREATOR_ID) as creator_num
阅读全文
posted @ 2020-12-29 17:29 是江英呀~
阅读(1054)
评论(0)
推荐(0)