ADDTIME(time, times): Add times to time
SELECT ADDTIME(“2015-12-31 23:59:59”,'01:01:01')
-> 2016-01-01 01:01:00
The above is the detailed content of How to use the ADDTIME function in MySQL. For more information, please follow other related articles on the PHP Chinese website!