Home > Database > Mysql Tutorial > body text

mysql生成随机时间_MySQL

WBOY
Release: 2016-05-31 08:46:50
Original
939 people have browsed it

/

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: 0
Copy after login


source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template