Thread: about time.

about time.

From
Marcos
Date:
hi,

    i would like to add some time fields from my database.
    so if i have:
            1h34'   and 2h50'   it will return  4h24'
    is it possible to get it from posgresql?

thanks in advance,

marcos

--
m a r c o s @ i v a l . e s


Re: about time.

From
Stephan Szabo
Date:
You should be able to add time fields (or intervals)
together.  One issue is what you want it to do when
it rolls over (13h12+12h13 == ?)

Stephan Szabo
sszabo@bigpanda.com

On Tue, 14 Nov 2000, Marcos wrote:

> hi,
>
>     i would like to add some time fields from my database.
>     so if i have:
>             1h34'   and 2h50'   it will return  4h24'
>     is it possible to get it from posgresql?
>
> thanks in advance,
>
> marcos
>
> --
> m a r c o s @ i v a l . e s
>