Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/06/2014, 06:56
GeriReshef
 
Fecha de Ingreso: julio-2012
Ubicación: Israel
Mensajes: 360
Antigüedad: 12 años, 5 meses
Puntos: 40
Respuesta: Restar horas.

Intenta así:
Código SQL:
Ver original
  1. SELECT Empleado,
  2.        CAST(DateDiff(DAY,0,Fechahora) AS DateTime) Fecha,
  3.        DateDiff(HOUR,MIN(Fechahora),MAX(Fechahora))
  4. FROM Mi Tabla
  5. GROUP BY Empleado,
  6.        CAST(DateDiff(DAY,0,Fechahora) AS DateTime);
__________________
El Castellano no es mi lengua materna: discúlpenme por los errores gramaticales.
Mi blog