Time formating

From: "Katka a Daniel Dunajsky" <daniel_katka(at)hotmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Time formating
Date: 2003-05-02 22:33:56
Message-ID: Law12-F49x4XFKpRcTC00007e31@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello All,

This question is related to my preceeding question.

How to format a value 7383 to represent 02H:03M:03SS (hours-minutes-seconds)
using postgresql?

I have this query:

SELECT SUM (session_length))/60)/60 AS "Total",
FROM user_sessions
WHERE TO_CHAR(session_start, 'YYYY-MM') = '2003-04';

If session_length = 7383 I will receive 2.

I have received advice that I should use . and it will work with

select 5./2, however how to do it when I have a variable?

Thank you for your time.

Daniel

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Stephan Szabo 2003-05-02 22:42:46 Re: How to increase precision?
Previous Message Josh Berkus 2003-05-02 22:32:45 Re: How to increase precision?