Returns the time as hours, minutes, and seconds.
specifies the hour.
specifies the minute.
specifies the second.
select maketime(15,39,10);
15:39:10
select maketime(h, mn, s) from adate;