`statistical' aggregate functions etc.

Поиск
Список
Период
Сортировка
От Ulf Mehlig
Тема `statistical' aggregate functions etc.
Дата
Msg-id 199810190739.JAA01739@uni-bremen.de
обсуждение исходный текст
Ответы Re: [SQL] `statistical' aggregate functions etc.  (Aleksey Dashevsky <postgres@luckynet.co.il>)
Re: [SQL] `statistical' aggregate functions etc.  (jwieck@debis.com (Jan Wieck))
Список pgsql-sql
I'm a novice to postgresql, so please excuse if I'm addressing to the
wrong mailing list!

I need to specify some column functions for statistical analysis,
e.g. standard deviation or variance. After reading the user's guideI
think that's to realize with aggregates, but with those docs only I
cannot figure out how to do it -- does anybody know whether there is a
ready-for-use "statistics" package, or how to write something that's
usable in a SQL statement like this:

          select date, avg(temperature), stddev(temperature)
          from temperatures
          where date between '01.01.1999' and '15.02.1999'
          group by date                                      ?

Other question: I'm used to use DB2/2, and DB2/2 has functions like
"month(some_date)" and "hour(some_timestamp)". Are there equivalents
in postgresql?

Many thanks in advance for help + patience!
Ulf

--
======================================================================
 %%%%%            Ulf Mehlig              <ulf.mehlig@uni-bremen.de>
   %%%%!%%%       Projekt "MADAM"         <umehlig@uni-bremen.de>
%%%% %!% %%%%     ----------------------------------------------------
 ---| %%%         MADAM:  MAngrove    |  Center for Tropical Marine
    ||--%!%              Dynamics     |  Biology
    ||                  And           |  Fahrenheitstrasse 1
 _ /||\_/\_            Management     |
/  /    \  \ ~~~~~~~~~~~~~~~~~        |  28359 Bremen/Germany
  ~~~~~~~~~~~~~~~~~~~~

В списке pgsql-sql по дате отправления:

Предыдущее
От: "Taral"
Дата:
Сообщение: RE: [SQL] NULL DATE
Следующее
От: Tony.Curtis@vcpc.univie.ac.at
Дата:
Сообщение: [SQL, regex, words] how to match word boundaries using regex's?