Re: COUNT

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: Javier Estévez CIFA Córdoba <javier(dot)estevez(dot)ext(at)juntadeandalucia(dot)es>
Cc: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: COUNT
Date: 2006-02-28 07:59:22
Message-ID: c2d9e70e0602272359t5c7c70eck3cfc48a08fb490f5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On 2/27/06, Javier Estévez CIFA Córdoba
<javier(dot)estevez(dot)ext(at)juntadeandalucia(dot)es> wrote:
> Mi objetivo es seleccionar cuantos valores están dentro de un RANGO.
>
> Si la claúsula WHERE no se cumple, el count(*) debería devolverme 0, no?
>

no. porque tienes un INNER JOIN, si la clausula WHERE no se cumple no
regresara esos registros... como alvaro ya te dijo necesitas hacer un
OUTER JOIN e indicarle al WHERE como quieres que se procese...

tambien me parece que no es correcto decir count(*) en el contexto de
un OUTER JOIN... aunque puede que me equivoque...

--
Atentamente,
Jaime Casanova

"What they (MySQL) lose in usability, they gain back in benchmarks, and that's
all that matters: getting the wrong answer really fast."
Randal L. Schwartz

In response to

  • Re: COUNT at 2006-02-27 13:39:30 from Javier Estévez CIFA Córdoba

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Gorka 2006-02-28 08:43:31 Clave de base de datos Postgres
Previous Message Jaime Casanova 2006-02-28 07:47:28 Re: Retornar 0 cuando no existen ocurrencias en consulta