Welcome Guest, Not a member yet? Register   Sign In
[Solved] Count All Result Where Now Date + 2 Days
#2

Maybe this:


Code:
SELECT * FROM `calendar` WHERE `date` BETWEEN NOW() AND ( CURDATE() + INTERVAL 2 DAY );
Reply


Messages In This Thread
RE: Count All Result Where Now Date + 2 Days - by skunkbad - 12-17-2015, 09:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB