摘要: MySQL修改时间函数: 1. addDate(date,INTERVAL expr unit) interval 代表时间间隔 : SELECT NOW(); 2018-06-20 15:00:00 -- 当前时间SELECT ADDDATE('2018-06-20 15:00:00',INTER 阅读全文
posted @ 2018-06-20 16:05 Peter.Jones 阅读(1225) 评论(0) 推荐(0)