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: format for timestamp

Re: format for timestamp

From: Bricklen <bricklenREMOVETHIS_at_shaw.ca>
Date: Tue, 19 Feb 2002 04:30:37 GMT
Message-ID: <3C71D471.157D6515@shaw.ca>


select to_char(sysdate,'DD/MON/YYYY HH24:MI:SS') from dual;

(replace the the column and table)

Randy Harris wrote:
>
> Does the timestamp# field in sys.aud$ contain time as well as date
> information? If so, how can I format it to display?
>
> --
> Randy Harris
Received on Mon Feb 18 2002 - 22:30:37 CST

Original text of this message

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