SQL日期加一天

select * from table where datetime<dateadd(d,1,getdate())

原文地址:https://www.cnblogs.com/lear/p/1802190.html