Syntax
MAKETIME(hour,minute,second)
Purpose
Returns the time value specified by hour:minute:second, where second can have a decimal part.
Examples
obclient> SELECT MAKETIME(12,15,30);
+--------------------+
| MAKETIME(12,15,30) |
+--------------------+
| 12:15:30.000000 |
+--------------------+
1 row in set
