Re: count(*) - Mailing list pgsql-sql

From Martín Marqués
Subject Re: count(*)
Date
Msg-id 01070415440500.16423@bugs
Whole thread Raw
In response to Re: count(*)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
On Mié 04 Jul 2001 02:41, Tom Lane wrote:
> >> You probably mean:
> >> select car, tit, (select count(*) from auto) from auto
>
> I think he probably wants
>
>     select car, tit, count(*) from auto group by car, tit

Does this mean I would get the same as if I didn't have the count(*), but 
with the additional count(*) column at the end of each row?

Saludos... :-)


-- 
Cualquiera administra un NT.
Ese es el problema, que cualquiera administre.
-----------------------------------------------------------------
Martin Marques                  |        mmarques@unl.edu.ar
Programador, Administrador      |       Centro de Telematica                      Universidad Nacional
        del Litoral
 
-----------------------------------------------------------------


pgsql-sql by date:

Previous
From: Gary Stainburn
Date:
Subject: Re: My First Function
Next
From: DI Hasenöhrl
Date:
Subject: Kind of error-handler in a pgsql function