把最近学到的博客整理在一起了:
相关博客
1.一文读懂Hive分析窗口函数(hive做累计、分组、排序、层次等计算)
https://blog.csdn.net/abc200941410128/article/details/78408942
2.hive分层级取数(将多行记录合并为一条):concat_ws ,collect_set
https://blog.csdn.net/LH0912666/article/details/81024275
3.hive之求累计值
https://blog.csdn.net/weixin_37536446/article/details/83279704
4.Sql 四大排名函数(ROW_NUMBER、RANK、DENSE_RANK、NTILE)简介
https://www.cnblogs.com/52XF/p/4209211.html
5.Hive Ntile分析函数学习
http://www.cnblogs.com/skyEva/p/7552129.html
6.Hive的内置函数
https://www.cnblogs.com/jifengblog/p/9286800.html
7.hive 中窗口函数row_number,rank,dense_ran,ntile分析函数的用法
https://www.cnblogs.com/wujin/p/6051768.html
8.ROW_NUMBER() OVER()函数用法详解 (分组排序 例子多)
https://blog.csdn.net/qq_25221835/article/details/82762416
9.hive中order by,sort by, distribute by, cluster by作用以及用法
https://blog.csdn.net/jthink_/article/details/38903775