Adding Days To Dates In MySQL

UPDATE events SET date_starts = DATE_ADD(date_starts,INTERVAL 14 DAY) WHERE event_id = 3;

- http://davidwalsh.name/add-dates-mysql

Processing your request, Please wait....

No Responses to “Adding Days To Dates In MySQL”

Comments (Your Comments)

Leave a Reply

You must be logged in to post a comment.