Hive中count统计数量的多种使用方式

其余环境没有试,Hive上确定是能够的。 能够在count里使用case when、distinct等处理,知足平常数据统计需求。 select pt_day, count(*), count(uid),count(identifier), count(distinct uid),count(distinct identifier), c
相关文章
相关标签/搜索