11 2016 档案
hive查询
摘要:查询语句可以直接使用非分析函数的变量的别名 分析函数必须套一个查询,不能直接用rn <=5 阅读全文
posted @ 2016-11-22 15:41 凌度 阅读(345) 评论(0) 推荐(0)
IOS畅销榜
摘要:20W 在80-100 30W 在50左右 50W 在30左右 100W在20左右 N-1日的 收入 对N日还有权重的影响 阅读全文
posted @ 2016-11-16 15:25 凌度 阅读(298) 评论(0) 推荐(0)
hive日期函数
摘要:今天select from_unixtime(unix_timestamp(),'yyyy-MM-dd HH:mm:ss') UNIX时间戳转日期函数: from_unixtime 语法: from_unixtime(bigint unixtime[, string format]) 返回值: st 阅读全文
posted @ 2016-11-03 21:49 凌度 阅读(32065) 评论(0) 推荐(1)