How can I update only the time in an already existing DateTime field in MySQL? I want the date to stay the same.
UPDATE `table` SET time = ADDTIME(time, INTERVAL 13 Hour);