欢迎投稿

今日深度:

mysql生成随机时间

mysql生成随机时间


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



www.htsjk.Com true http://www.htsjk.com/shujukunews/1975.html NewsArticle mysql生成随机时间 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 affectedRows matched: 1 Changed: 1 Warnings...
相关文章
    暂无相关文章
评论暂时关闭