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: Knut Talman <knut.talman_at_mytoys.de>
Date: Wed, 13 Mar 2002 17:02:01 +0100
Message-ID: <3C8F77F9.978B97D7@mytoys.de>


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

SELECT TO_CHAR(SYSDATE,'HH24:MI') FROM DUAL; will only show the time in 24h format. Consult the doc for further information.

Regards,

Knut Received on Wed Mar 13 2002 - 10:02:01 CST

Original text of this message

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