Example
Format a time:
SELECT TIME_FORMAT("19:30:10", "%H %i %s");
Definition and Usage
The TIME_FORMAT() function formats a time by a specified format.
Syntax
TIME_FORMAT(time, format)
Format a time:
SELECT TIME_FORMAT("19:30:10", "%H %i %s");
The TIME_FORMAT() function formats a time by a specified format.
TIME_FORMAT(time, format)