当前位置:Gxlcms > 数据库问题 > mysql DATEDIFF() 函数

mysql DATEDIFF() 函数

时间:2021-07-01 10:21:17 帮助过:995人阅读

DATEDIFF() 函数返回两个日期之间的时间。

 

 用法:DATEDIFF(datepart,startdate,enddate)

startdate 和 enddate 参数是合法的日期表达式。

datepart 参数可以是下列的值:

技术图片

 

 

使用:

SELECT DATEDIFF(day,‘2008-12-29‘,‘2008-12-30‘) AS DiffDate

1

SELECT DATEDIFF(day,‘2008-12-30‘,‘2008-12-29‘) AS DiffDate

-1

 

mysql DATEDIFF() 函数

标签:code   nbsp   用法   http   时间   fda   lazy   img   表达式   

人气教程排行