MAKETIME()
MAKETIME(hour, minute, second)
hour
minute
second
Returns a time value calculated from the hour, minute, and second arguments. This code returns the time 11:56:23:
11:56:23
SELECT MAKETIME(11, 56, 23);