Tema: Consulta
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/03/2012, 09:27
neocalichin
 
Fecha de Ingreso: enero-2012
Mensajes: 158
Antigüedad: 12 años, 9 meses
Puntos: 1
Mensaje Respuesta: Consulta

Mucchas gracias llegue a resolverlo era asi
SELECT IF( SUM( IF( gratificacion.comisiones >0, 1, 0 ) ) >=3, SUM( gratificacion.comisiones ) , NULL ) AS COMISIONES, IF( SUM( IF( gratificacion.asignaciones >0, 1, 0 ) ) >=3, SUM( gratificacion.asignaciones ) , NULL ) AS ASIGNACIONES, IF( SUM( IF( gratificacion.bonificaciones >0, 1, 0 ) ) >=3, SUM( gratificacion.bonificaciones ) , NULL ) AS BONIFICACIONES
FROM gratificacion