InterviewSolution
Saved Bookmarks
| 1. |
How To Increment Dates By 1111 Mysql? |
|
Answer» If you have a date, and you WANT to increment it by 1 DAY, you can use the DATE_ADD(date, INTERVAL 1 DAY) function. You can also use the date interval ADD operation as “date + INTERVAL 1 DAY. If you have a date, and you want to increment it by 1 day, you can use the DATE_ADD(date, INTERVAL 1 DAY) function. You can also use the date interval add operation as “date + INTERVAL 1 DAY. |
|