Seconds To Time - Mailing list pgsql-sql

From Willem de Jong
Subject Seconds To Time
Date
Msg-id Xns94E66746D6F29Jongdatdnaservicesdo@200.46.204.72
Whole thread Raw
List pgsql-sql
Hi all, 

I'm a newby to PGSQL, I allways use MySQL, but now we use PGSQL, so i had 
to convert all the MySQL-Query's to PGSQL.

In MySQL we have the function Sec_to_time(seconds). This will result a 
time-value like '40:30:00'. 

With this Query
SELECT TIMESTAMP WITH TIME ZONE 'epoch' + sum(elapsed)/1000 * interval '1 
second' from Table1 GROUP BY ...
The result is a timestamp from the unixtime + the seconds elapsed.

How can I convert this to a time-value? 

Thanks in advance


pgsql-sql by date:

Previous
From: "Slava Ilijin"
Date:
Subject: Info
Next
From: CoL
Date:
Subject: Re: Subqueries returning more than one value?