ADDTIME()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Enterprise Server
Topics on this page:
Overview
Returns the summation of two time or datetime expressions.
EXAMPLES
SELECT ADDTIME('2020-02-28 12:34:56', '1 11:25:04');
+----------------------------------------------+
| ADDTIME('2020-02-28 12:34:56', '1 11:25:04') |
+----------------------------------------------+
| 2020-03-01 00:00:00 |
+----------------------------------------------+
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.