hive的高级查询详解(group by、 order by、 join 、 distribute by、sort by、 clusrer by、 union all)

查询操作 group by、 order by、 join 、 distribute by、 sort by、 clusrer by、 union all 底层的实现 mapreduce 常见的聚合操作 count计数 count(*) 所有值不全为NULL时,加1操作 count(1) 不管有没有值,只要有这条记录,值就加1 count(col) col列里面的值为null,值不会
相关文章
相关标签/搜索