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:21:05 +0100
Message-ID: <3C8F7C71.F6C592C5@mytoys.de>


> Thanks Knut but I need the date, not the time...

Sorry, I read it toooooo fast. But I am sure you got the idea:

select to_char(sysdate,'DD-MON-YY') from dual;

or any other format you want.

Regards,

Knut Received on Wed Mar 13 2002 - 10:21:05 CST

Original text of this message

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