mysql中日期函数

select '2020-05-31' + INTERVAL 1 DAY;

SELECT NOW();

SELECT DATE(NOW());

原文地址:https://www.cnblogs.com/liangmm/p/12938870.html