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

mysql生成随机时间

时间:2020-07-06 00:42:41      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:cat   test   mysql   jsb   htm   hang   update   date   warning   

技术图片

 

mysql> update test set create_time=concat(‘2013-10-01 ‘, floor(10+rand()*10),‘:‘,floor(10+rand()*49),‘:‘,floor(10+rand()*49))  where create_time=‘0000-00-00 00:00:00‘;
Query OK, 1 row affected
Rows matched: 1  Changed: 1  Warnings: 0


技术图片

mysql生成随机时间

标签:cat   test   mysql   jsb   htm   hang   update   date   warning   

原文地址:https://www.cnblogs.com/huangcong/p/13252558.html

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