码迷,mamicode.com
首页 >  
搜索关键字:mysql生成随机时间    ( 3个结果
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- ...
分类:数据库   时间:2020-07-06 00:42:41    阅读次数:116
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- ...
分类:数据库   时间:2017-06-18 22:43:38    阅读次数:224
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 ma...
分类:数据库   时间:2014-07-08 13:01:03    阅读次数:227
3条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!