Contertine timespan to hours

Поиск
Список
Период
Сортировка
От Shawn T. Walker
Тема Contertine timespan to hours
Дата
Msg-id 13798.62017.463928.31800@majordomo.iac.net
обсуждение исходный текст
Ответы Re: [SQL] Contertine timespan to hours  (Herouth Maoz <herouth@oumail.openu.ac.il>)
Список pgsql-sql
All,

    I have a table of a timespan.  I get it in days,hours,and
minutes.  I need to convert the entire thing to hours.

select sum(totaltime) from usage1998;

returns:
sum
-------------------------------------
@ 12468 days 23 hours 40 mins 45 secs
(1 row)

I need thevalue in just hours... Can anyone give me a hand...

Thanks in advance!:)

--

           Shawn T. Walker  swalker@iac.net
              Internet Access Cincinnati
                  http://www.iac.net

"Running enterprise applications on NT? Let the torture begin."
          - A Sun Microsystems Inc. banner ad

В списке pgsql-sql по дате отправления:

Предыдущее
От: Guido Piazzi
Дата:
Сообщение: Re: [SQL] Absolute value on int2 or int4 field
Следующее
От: Herouth Maoz
Дата:
Сообщение: Re: [SQL] Contertine timespan to hours