Ver Mensaje Individual
  #7 (permalink)  
Antiguo 12/07/2010, 13:11
Murallitz
 
Fecha de Ingreso: diciembre-2001
Ubicación: Peru
Mensajes: 376
Antigüedad: 22 años, 4 meses
Puntos: 0
Respuesta: Excedo el valor maximo de time

Yo pongo la consulta tal cual

SELECT IF(TTotal<86400, SEC_TO_TIME(Ttotal), CONCAT((TTotal DIV 86400), '.', (SEC_TO_TIME(Ttotal % 86400))))
FROM (SELECT sum(TIME_TO_SEC(TiempoTotal)) TTotal FROM `servicio` WHERE MONTH(fecha) =06) T1

y sale ese error.
Saludos