ADDTIME() FUNCTION in MySQL

ADDTIME() FUNCTION The MySQL ADDTIME function gets a time value after adding a certain time interval. The various versions of MySQL support the ADDTIME function, namely, MySQL 5.7, MySQL 5.6, MySQL 5.5, MySQL 5.1, MySQL 5.0 and MySQL 4.1.1. Syntax: ADDTIME( start_value, time ) Parameters: start_value: It is used to specify the time to which … Read more