数据库常用sql

添加自动更新的创建时间

ALTER TABLE image_relevance_invoice_list
ADD create_time DATETIME DEFAULT CURRENT_TIMESTAMP;

查询的时候随机,一般用于回传

ORDER BY RAND()