码迷,mamicode.com
首页 > 数据库 > 详细

mysql DATEDIFF() 函数

时间:2020-12-19 13:33:32      阅读:2      评论:0      收藏:0      [点我收藏+]

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

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   表达式   

原文地址:https://www.cnblogs.com/mlllily/p/14139469.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!