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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Elapsed Time

Re: Elapsed Time

From: rjamya <rjamya_at_gmail.com>
Date: Fri, 19 May 2006 15:57:06 -0400
Message-ID: <9177895d0605191257u5c85a18dn4c82b309e3d7f63b@mail.gmail.com>


select to_char(sysdate,'hh24') || ' hours ' || to_char(sysdate,'mi') || ' minutes ' || to_char(sysdate,'ss') || ' seconds ' from dual /

something like this won't work???
Raj

--
http://www.freelists.org/webpage/oracle-l
Received on Fri May 19 2006 - 14:57:06 CDT

Original text of this message

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