consulta agrupada

08/11/2004 - 17:57 por Fernando Ugarte | Informe spam
tengo una tabla con DNI y aportes, y necesito el sig resultado

rango cantidad
0-15 999
15-30 999
30-45 999
+45 999

Alguna sugerencia?
gracias




Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.788 / Virus Database: 533 - Release Date: 01/11/2004

Preguntas similare

Leer las respuestas

#1 ulises
08/11/2004 - 19:17 | Informe spam
No tiene que debe estar en el rango, si el monto de los
aportes, entonces podrias usar un case, algo como :

select ( CASE
WHEN aporte >=0 and aporte <= 15 then '0-15'
WHEN aporte >15 and aporte <= 30 then '15-30'
WHEN aporte >30 and aporte <= 45 then '30-45'
WHEN aporte >30 and aporte <= 45 then '30-45'
WHEN aporte >45 then '+45' end ) as rango,
count(*) as cantidad
from tabla
group by ( CASE
WHEN aporte >=0 and aporte <= 15 then '0-15'
WHEN aporte >15 and aporte <= 30 then '15-30'
WHEN aporte >30 and aporte <= 45 then '30-45'
WHEN aporte >30 and aporte <= 45 then '30-45'
WHEN aporte >45 then '+45' end )

Saludos,
Ulises

tengo una tabla con DNI y aportes, y necesito el sig resultado

rango cantidad
0-15 999
15-30 999
30-45 999
+45 999

Alguna sugerencia?
gracias




Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.788 / Virus Database: 533 - Release Date:


01/11/2004


.

email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida