Re: Suse Linux 10.0

From: Adrian Klaver <aklaver(at)comcast(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: Tony Smith <quickcur(at)yahoo(dot)com>
Subject: Re: Suse Linux 10.0
Date: 2006-03-27 00:46:44
Message-ID: 200603261646.44558.aklaver@comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)comcast(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2006-03-27 04:13:57 Re: MIB for PostGReSQL
Previous Message Tony Smith 2006-03-27 00:33:20 Re: Suse Linux 10.0