TIME_FORMAT(SEC_TO_TIME(uptime),'%Hh %im')
Google:Convertir segundos a duración de tiempo legible por humanos
select hostname,type,TIME_FORMAT(SEC_TO_TIME(uptime),'%Hh %im') from devices where uptime < 86400
Esto le dará horas y minutos de tiempo de actividad. También puede agregar segundos si lo desea leyendo en el TIME_FORMAT
method.http:/ /dev.mysql.com/doc/refman/4.1/en/date-and-time-functions.html#function_time-format