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

Query: calculating the hour, on the hour

From: <jwilkes66_at_my-deja.com>
Date: Mon, 11 Oct 1999 15:47:56 GMT
Message-ID: <7tt0r6$mg$1@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 - 10:47:56 CDT

Original text of this message

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