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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Time Operations

Re: Time Operations

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Tue, 4 Jan 2000 19:16:25 +0100
Message-ID: <947009870.5500.0.pluto.d4ee154e@news.demon.nl>

You need to convert 10 mins in a fraction of a day and add that to the first date.

Hth,
--
Sybrand Bakker, Oracle DBA
Daniel <fiudi @@@ hotmail com> wrote in message news:38721d47_at_news.datacomm.ch...
> Thanks guys for your help. But timediff is only one problem...
> What's about the following one?
>
> select to_date('03:15:00', 'hh:mi:ss') + to_date('00:10:00', 'hh:mi:ss')
> test
> from dual;
> *
> ERROR at line 1:
> ORA-00975: date + date not allowed
>
> Greetings
> Dan
>
>
> Daniel <fiudi_at_hotmail.com> news:3871e86f_at_news.datacomm.ch
>
>
Received on Tue Jan 04 2000 - 12:16:25 CST

Original text of this message

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