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

Home -> Community -> Usenet -> c.d.o.server -> Re: to_date

Re: to_date

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Fri, 21 Dec 2001 21:04:45 +0000
Message-ID: <3C23A3ED.32B1@yahoo.com>


junyan wrote:
>
> hi all,
>
> can i use the to_date as follows?
>
> String a="12 March 2001";
>
> insert into date_column values ('"+a+"');
>
> thanks
>
> junyan

values ( to_date(a,'dd month yyyy'))

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Fri Dec 21 2001 - 15:04:45 CST

Original text of this message

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