mysql 时间字段增加一天的写法

admin4年前1143
...

mysql替换字段内的内容

admin4年前2653
update 表名 SET log_Content = REPLACE(log_Content,'"upload','"/upload')...