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

From Vladimir Terziev
Subject Re: [SQL] adding time to a datetime field ... how?
Date
Msg-id Pine.BSI.4.20.9912151817320.2203-100000@school.digsys.bg
Whole thread Raw
In response to adding time to a datetime field ... how?  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-sql
  Try
  select start_time,          abstime_datetime(start_time::abstime + acctsessiontime)      from log;

  Regards!
Vladimir



pgsql-sql by date:

Previous
From: Margarit Nickolov
Date:
Subject: Re: [SQL] adding time to a datetime field ... how?
Next
From: Tom Lane
Date:
Subject: Re: [SQL] numbered table?