I want to update a row which has timestamp datatype named date_start. Here's an example:
date_start = 2017-04-26 12:34:11
I want to update it, but to save the time, so it'll look like this:
date_start = 2017-05-28 12:34:11
Any ideas? So far I tried extract method and concat method.
Best Regards..