mysql日期字段怎么加1天UPDATE表名SETdatefield=date_add(datefield,Interval1day);php+mysql如何实现在mysql表的基础上加一天$gtim...