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

mysql生成随机时间

时间:2014-07-08 13:01:03      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:mysql生成随机时间

bubuko.com,布布扣

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

bubuko.com,布布扣


mysql生成随机时间,布布扣,bubuko.com

mysql生成随机时间

标签:mysql生成随机时间

原文地址:http://blog.csdn.net/benjamin_whx/article/details/37517017

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