Re: [SQL] adding time to a datetime field ... how? - Mailing list pgsql-sql

From Margarit Nickolov
Subject Re: [SQL] adding time to a datetime field ... how?
Date
Msg-id Pine.BSI.4.05L.9912151559510.19740-100000@developer.digsys.bg
Whole thread Raw
In response to adding time to a datetime field ... how?  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: [SQL] adding time to a datetime field ... how?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-sql
select start_time,start_time+acctsessiontime::timespan from log;

On Wed, 15 Dec 1999, The Hermit Hacker wrote:

> 
> I hate coming up with subjects...
> 
> I have a table with two fields: start_time::datetime and
> acctsessiontime::int4...I want to add the second to the first, to give me
> a stop_time...
> 
> if I do:
> 
> select start_time,start_time+acctsessiontime from log;
> 
> I get a stop_time 'acctsessiontime' days after start_time, instead of
> 'acctsessiontime' seconds later...
> 
> Is there some way of telling it to pass seconds instead of days?
> 
> Thanks
> 
> Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
> Systems Administrator @ hub.org 
> primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 
> 
> 
> ************
> 
> 



pgsql-sql by date:

Previous
From: The Hermit Hacker
Date:
Subject: adding time to a datetime field ... how?
Next
From: Vladimir Terziev
Date:
Subject: Re: [SQL] adding time to a datetime field ... how?