about time.

Started by Marcosover 25 years ago2 messagesgeneral
Jump to latest
#1Marcos
marcos@second.ival.es

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

#2Stephan Szabo
sszabo@megazone23.bigpanda.com
In reply to: Marcos (#1)
Re: about time.

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:

Show quoted text

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