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

mysql时间字段加减

时间:2021-04-07 11:35:14      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:nbsp   add   logs   mysq   sql   HERE   interval   mys   http   

update 20210406 set recordTime=date_add(recordTime,INTERVAL -5 hour) where id>2;

update 20210406 set recordTime=date_add(recordTime,INTERVAL -5 minute) where id>2;

update 20210406 set recordTime=date_add(recordTime,INTERVAL -5 second) where id>2;

 

 

参考:https://www.cnblogs.com/chuanzhang053/p/9228798.html

mysql时间字段加减

标签:nbsp   add   logs   mysq   sql   HERE   interval   mys   http   

原文地址:https://www.cnblogs.com/herd/p/14623151.html

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