select date_add(curdate(),interval 1 day) as tommorow; select date_add(curdate(),interval -1 day) as yestoday;