RE: [GENERAL] MySQL-esque sec_to_time() function

2000-12-06 Thread Francis Solomon
econds'::interval as "Time Interval"; Time Interval --- 03:25:45 (1 row) Hope this helps Francis Solomon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of George Johnson Sent: 06 December 2000 16:28 To: [EMAIL PROTECTED] Sub

[GENERAL] MySQL-esque sec_to_time() function

2000-12-06 Thread George Johnson
Hello,   I'm converting from MySQL to PostgreSQL (actually flipping/flopping back) and have a question:     MySQL has a cool function sec_to_time() which converts your number of seconds to hh:mm:ss   I've read thru the mailing lists and am basically trying to implement the following:     MySQ