Assuming your field is a date type (or similar): SELECT DATE_ADD(`your_field_name`, INTERVAL 2 DAY) FROM `table_name`;. With the example you've provided it ...
確定! 回上一頁