开发者社区 问答 正文

Hologres中的count distinct的作用是什么?

Hologres中的count distinct的作用是什么?

展开
收起
游客k7rjnht6hbtk6 2021-12-09 16:40:07 561 分享 版权
1 条回答
写回答
取消 提交回答
  • 某列去重之后的个数 精确计算: count(distinct c1) 比较耗费资源 非精确计算 : approx_count_distinct(c2)

    2021-12-09 16:40:19
    赞同 展开评论