TIME()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Enterprise Server
Topics on this page:
Overview
Extracts the time part of the time or datetime expression expr and returns it as a string.
EXAMPLES
SELECT TIME('2019-01-31 10:01:00');
+-----------------------------+
| TIME('2019-01-31 10:01:00') |
+-----------------------------+
| 10:01:00 |
+-----------------------------+
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.