Syntax
MAKETIME(hour,minute,second)
Purpose
You can call this function to return a time value based on the specified hour:minute:second arguments. The second argument can have a fractional part.
Examples
obclient> SELECT MAKETIME(12,15,30);
+--------------------+
MAKETIME(12,15,30)
+--------------------+
12:15:30.000000
+--------------------+
1 row in set (0.00 sec)