Let's take an example which demonstrates the DATE_ADD() function to plus 2 days from the current date. SELECT DATE_ADD(CURDATE(), INTERVAL 2 DAY) ...
確定! 回上一頁