Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/04/2017, 14:10
Avatar de mager3
mager3
 
Fecha de Ingreso: junio-2012
Ubicación: Medellin
Mensajes: 318
Antigüedad: 12 años, 5 meses
Puntos: 4
Respuesta: consulta count consecutivos

lo solucione así:
Código SQL:
Ver original
  1. SELECT SUM(CASE WHEN unidades= 8 THEN 1 ELSE 0 END) FROM tabla WHERE contrato=1x2x2228 AND fechaunidades BETWEEN  add_months(SYSDATE, -6) AND SYSDATE;