mysql生成随机时间
Posted zhchoutai
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于mysql生成随机时间的主要内容,如果未能解决你的问题,请参考以下文章