How to get the difference between two dates rounded to hours

前端 未结 8 1305

I\'ll illustrate what I would like to get in the following example:

\'2010-09-01 03:00:00\' - \'2010-09-01 00:10:00\'

Using TIMEDIFF(

8条回答
  •  天命终不由人
    2020-12-04 22:01

    Its a very old thread, but you can also try TIMESTAMPDIFF and give MINUTE, HOUR, SECONDS as the qualifier.

    http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_timestampdiff

提交回复
热议问题