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: quickie on sysdate

Re: quickie on sysdate

From: Jerry Metz <JMetz1_at_ix.netcom.com>
Date: Wed, 13 Mar 2002 20:38:40 GMT
Message-ID: <3C8FB8D0.E609D983@ix.netcom.com>


Try:
select to_char(sysdate,'MM/DD/YYYY') from dual;

David de Gendt wrote:

> I need to insert a date in a field: How can format sysdate to only format
> the string as date (without the time)


Received on Wed Mar 13 2002 - 14:38:40 CST

Original text of this message

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