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: Query: calculating the hour, on the hour

Re: Query: calculating the hour, on the hour

From: Paul Q <paulq_at_home.com>
Date: Mon, 11 Oct 1999 18:33:25 GMT
Message-ID: <V3qM3.28883$48.716728@news2.rdc1.on.home.com>


select to_char(sysdate-1/24,'HH24') from dual

jwilkes66_at_my-deja.com wrote in message <7tt0r6$mg$1_at_nnrp1.deja.com>...
>I need a query that returns the previous hour, on the hour.
>
>Select to_char(to_char(sysdate, 'HH24')-1) from dual;
>
>This query returns '7', but I need a query that will always return 2
>characters ('07') and also will return '23' when it is midnight.
>
>Thanks for any help,
>JB
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.
Received on Mon Oct 11 1999 - 13:33:25 CDT

Original text of this message

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