其他分享
首页 > 其他分享> > hive时间类

hive时间类

作者:互联网

1.date_format:格式化时间

date_format(date,format):用于以不同的格式显示日期/时间数据。

2.date_add:时间跟天数相加

3.date_sub:时间跟天数相减

4.datediff:两个时间相减

5.regexp_replace:时间字符替换

 

 

6.date_format(regex_replace('/','-'),format):字符替换后,进行时间转换

标签:相减,format,天数,hive,replace,时间,date
来源: https://www.cnblogs.com/LEPENGYANG/p/15239448.html