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: cf query - wanting to set nls date

Re: cf query - wanting to set nls date

From: mike <hillmw_at_charter.net>
Date: 26 Jul 2005 20:15:57 -0700
Message-ID: <1122434157.087846.311050@f14g2000cwb.googlegroups.com>


No they dont't. Neither

select * from abc where to_date(mydate)='7/27/2005';

or

select * from abc where mydate=to_date('7/27/2005');

work.

You get an invalid month error.

Mike Received on Tue Jul 26 2005 - 22:15:57 CDT

Original text of this message

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