Try this
Code:
mysql> select addtime('10:00:00', sec_to_time(80*60)) from dual;
+-----------------------------------------+
| addtime('10:00:00', sec_to_time(80*60)) |
+-----------------------------------------+
| 11:20:00 |
+-----------------------------------------+
1 row in set (0.00 sec)
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --