date_add 函数

例子:date_add('day',-1,current_date)

 

date_diff 函数

例子:date_diff('day',cast(a.dt1 as timestamp),cast(b.dt1 as timestamp))

 

相关文章: