【大数据基础知识】Hive内置函数----日期函数一

发布 : 大数据培训      来源:大数据干货资料

2020-09-18 15:54:15

1、from_unixtime(bigint unixtime[, string format])

说明:返回26800秒数所对应的时间

2、unix_timestamp()

说明:返回当前系统时间所对应的秒数

3、unix_timestamp(string date)

说明:返回2008年8月8日,8时8分8秒,所对应的秒数

4、unix_timestamp(string date, string pattern)

说明:把‘2016-06-01’按照年-月-日形式解析,转换成秒数

5、to_date(string timestamp)

说明:返回时间字符串‘2018-01-01 12:01:18’中的日期部分

6、year(string date)

说明:返回字符串'2000-02-01'或'2000-02-01 13:01:08'中的年份

7、month(string date)

说明:返回字符串'2002-02-01'或'2002-02-01 15:02:06'中的月份

8、day(string date) dayofmonth(date)

说明:返回字符串'2002-02-15'或'2002-02-15 09:01:00'中的天数部分

THE END  

声明:本站稿件版权均属中公教育优就业所有,未经许可不得擅自转载。

领取零基础自学IT资源

涉及方向有Java、Web前端、UI设计、软件测试、python等科目,内容包含学习路线、视频、源码等

点击申请领取资料

点击查看资料详情 

收起 


 相关推荐

问题解答专区
返回顶部