Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/02/2009, 22:38
Avatar de flaviovich
flaviovich
 
Fecha de Ingreso: agosto-2005
Ubicación: Lima, Peru
Mensajes: 2.951
Antigüedad: 19 años, 5 meses
Puntos: 39
Respuesta: existencia fillas por grupos

Código sql:
Ver original
  1. SELECT t1.id, CASE WHEN t2.id IS NULL THEN t1.cant ELSE t2.cant END
  2. FROM (SELECT id,COUNT(1)[cant] FROM tabla GROUP BY id) t1
  3. LEFT JOIN (SELECT * FROM tabla WHERE ul_me=-1) t2 ON t1.id=t2.id
__________________
No repitamos temas, usemos el Motor de busquedas
Plantea bien tu problema: Ayúdanos a ayudarte.