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 '

你可能感兴趣的:(mysql生成随机时间)