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

mysql生成随机时间

时间:2017-06-18 22:43:38      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:time   csdn   img   text   nts   code   upd   update   pop   

技术分享

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生成随机时间

标签:time   csdn   img   text   nts   code   upd   update   pop   

原文地址:http://www.cnblogs.com/zhchoutai/p/7045559.html

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