hive常用基础函数
作者:互联网
第一次接触hive sql,听说与标准的sql是差不多的,但是在实际使用过程当中发现还是有差别,特做记录。
日期函数
- date_sub(date, int1):返回日期date减去int1的日期
【input:date_sub('2021-11-15', 1);output:'2021-11-14'】
ps:与mysql中的date_sub函数语法是不一样的
「干货」5分钟了解hive常用基础函数:https://baijiahao.baidu.com/s?id=1716407404993919084&wfr=spider&for=pc
标签:常用,函数,hive,int1,sql,date,sub 来源: https://www.cnblogs.com/Uni-Hoang/p/16243698.html