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

mysql 当前时间

时间:2018-09-28 19:06:17      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:png   time()   bsp   如何获取   http   get   sub   current   sys   

 

 1.  mysql 获取当前时间

select now() ,current_timestamp(),localtimestamp(),sysdate() ,curdate(),curtime(),utc_date() ;

技术分享图片

 

2. # 获取当前时间24小时的事件

select date_sub(now(), interval 24 hour); 

 

 

参看链接:

数据库——mysql如何获取当前时间

mysql根据时间取前后几秒,几分钟,几小时,几天,几月,几年

 

mysql 当前时间

标签:png   time()   bsp   如何获取   http   get   sub   current   sys   

原文地址:https://www.cnblogs.com/andylhc/p/9719877.html

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