Re: Suse Linux 10.0 - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Suse Linux 10.0
Date
Msg-id 200603261646.44558.aklaver@comcast.net
Whole thread Raw
In response to Re: Suse Linux 10.0  (Tony Smith <quickcur@yahoo.com>)
List pgsql-general
On Sunday 26 March 2006 04:33 pm, Tony Smith wrote:
> Hi everyone:
>
> We have the max function in postgresql so we can run
> something like:
>
> select max(my_field) from my_table?
>
> But I can not find a mean function. Can we do:
>
> select mean(my_data_field) from my_table?
>
select avg(my_data_field) from my_table
http://www.postgresql.org/docs/8.1/interactive/functions-aggregate.html
--
Adrian Klaver
aklaver@comcast.net

pgsql-general by date:

Previous
From: Tony Smith
Date:
Subject: Re: Suse Linux 10.0
Next
From: "Dey, Barnali"
Date:
Subject: MIB for PostGReSQL