摘要:MySQL 为日期增加一个时间间隔:date_add() now() //now函数为获取当前时间 select date_add(now(), interval 1 day); - 加1天 select date_add(now(), interval 1 hour); -加1小时 select
阅读全文
posted @ 2020-02-28 20:53
posted @ 2020-02-28 20:53
posted @ 2020-02-24 19:56