目录

我的学习分享

记录精彩的程序人生

mysql怎么取明天的凌晨时间呢?

date_add(curdate(), interval 1 day);

select curdate(), date_add(curdate(), interval 1 day);