now()+interval 1 day;. Or you can write same logic with date_add() function from MySQL like this − date_add(now(),interval 1 day);.
確定! 回上一頁