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

Mysql 常用函数(40)- time_to_sec 函数

时间:2020-05-17 13:34:53      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:www   href   log   current   time_t   时间转换   日期   https   color   

Mysql常用函数的汇总,可看下面文章

https://www.cnblogs.com/poloyy/p/12890763.html

 

time_to_sec 的作用

将指定时间转换为秒

 

time_to_sec 的语法格式

TIME_TO_SEC(time)

语法格式说明

  • time:传入时间,如果传入了日期部分,也不会管,只将时间部分转换成秒
  • 重点:是指将传入的时间转换成距离当天00:00:00的秒数,00:00:00为基数,等于 0 秒

小栗子

SELECT TIME_TO_SEC(1987-01-01 00:39:38); # 2378

SELECT TIME_TO_SEC(CURRENT_TIME); # 42564

SELECT TIME_TO_SEC(CURTIME()); # 42564

 

Mysql 常用函数(40)- time_to_sec 函数

标签:www   href   log   current   time_t   时间转换   日期   https   color   

原文地址:https://www.cnblogs.com/poloyy/p/12904599.html

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