SUBTIME()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Enterprise Server
Topics on this page:
Overview
A description for this Function has not yet been added to this Documentation.
EXAMPLES
SELECT SUBTIME('2019-12-30 23:59:59.99','1 1:1:1.0');
+-----------------------------------------------+
| SUBTIME('2019-12-30 23:59:59.99','1 1:1:1.0') |
+-----------------------------------------------+
| 2019-12-29 22:58:58.990000 |
+-----------------------------------------------+
SELECT SUBTIME('01:00:00.99', '01:00:00.99');
+---------------------------------------+
| SUBTIME('01:00:00.99', '01:00:00.99') |
+---------------------------------------+
| 00:00:00 |
+---------------------------------------+
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.