TIME_FORMAT(SEC_TO_TIME(uptime),'%Hh %im')
Google:Converti i secondi in tempo leggibile dall'uomo
select hostname,type,TIME_FORMAT(SEC_TO_TIME(uptime),'%Hh %im') from devices where uptime < 86400
Questo ti darà ore e minuti di attività. Puoi anche aggiungere secondi se vuoi leggendo il TIME_FORMAT
metodo.http:/ /dev.mysql.com/doc/refman/4.1/en/funzioni-data-e-ora.html#function_time-format