Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Number into Time Format

Re: Number into Time Format

From: Stephan Langer <slanger_at_dixi-wc.de>
Date: Thu, 07 Dec 2000 08:23:36 +0100
Message-ID: <3A2F3AF8.81351FAB@dixi-wc.de>

correct the syntax to:

 to_char(trunc(sysdate) + 1.5 / 24, 'HH24:MI')

hth
Stephan

NeedaHoliday schrieb:

> I tried the following and got 00:00 . I was looking for 1:30.
>
> On Wed, 06 Dec 2000 03:28:16 GMT, Alex Filonov <afilonov_at_pro-ns.net>
> wrote:
>
> >to_char(to_date(trunc(sysdate) + 1.5 / 24, 'HH24:MI')
  Received on Thu Dec 07 2000 - 01:23:36 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US