mysql.h
MAKETIME()
MAKETIME(hour,minute,second)
Devuelve un valor de tiempo calculado a partir de los argumentos hour, minute y second.
mysql> SELECT MAKETIME(12,15,30); -> '12:15:30'
MAKETIME() está disponible desde MySQL 4.1.1.
MAKETIME(hour,minute,second)
Devuelve un valor de tiempo calculado a partir de los argumentos hour, minute y second.
mysql> SELECT MAKETIME(12,15,30); -> '12:15:30'
MAKETIME() está disponible desde MySQL 4.1.1.