开发者社区 问答 正文

maxcompute用select count(distinct a, b, c) from mytable的结果比用 select count(distinct a, b) from mytable的小

maxcompute用select count(distinct a, b, c) from mytable的结果比用 select count(distinct a, b) from mytable的小

展开
收起
吃饭1234 2018-01-24 11:52:44 2987 分享 版权
1 条回答
写回答
取消 提交回答
  • 原因是新增字段中的NULL值引起的。不光是odps,同样的情况可以在mysql中重现。

    2019-07-17 21:55:59
    赞同 展开评论