Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Subtracting Dates
carlos_lotero wrote:
> Hello,
>
> I need to show the difference between dates in format: hh24:mi:ss.
>
Others have already told you how to get the difference between the dates.
Now go to the SQL Reference manual to look up the 'to_char' format spec to display the days in the format you want. (Gentle reminder - my fav mistake is forgetting the difference is a number, not a date.)
That manual is at http://otn.oracle.com >> documentation >> your database version >> list of books
HTH
/Hans
Received on Tue Jul 29 2003 - 08:04:12 CDT
![]() |
![]() |