1、hour(string date)
说明:返回字符串'2002-02-15 09:01:00'或'09:01:00'中的小时数
2、minute(string date)
说明:返回日期或时间字符串'10:08:01'中的分钟数
3、second(string date)
说明:返回日期或时间字符串'10:08:01'中的秒数
4、weekofyear(string date)
说明:返回2006年6月1日所对应的一年中的周数,第22周;2019年11月28日对应的周数,48周。
5、datediff(string enddate, string startdate)
说明:返回2018年9月1日到2012年2月1日之间的天数,1248天
6、date_add(string startdate, int days)
说明:给2008年5月1日加上65天后,得到日期2008年7月5日
7、date_sub(string startdate, int days)
说明:给2008年5月1日减去35天后,得到日期2008年3月27日