MySQL DATE_ADD() Function ; Add 10 days to a date and return the date: SELECT DATE_ADD("2017-06-15", INTERVAL 10 DAY); ; Add 15 minutes to a date and return the ...
確定! 回上一頁