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 19:16:26 -0700
Message-ID: <1122430586.856120.254410@o13g2000cwo.googlegroups.com>


well i didn't want to alter the sql string

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

additionally to_date() only works in select clause not the where clause of the statement.

The other option I have is to use javascript to convert the date to 27-Jul-2005 and then use in my sql.

Any other thoughts appreciated. Received on Tue Jul 26 2005 - 21:16:26 CDT

Original text of this message

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