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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Eror: ORA-01861 Literal Does Not Match Format String

Re: Eror: ORA-01861 Literal Does Not Match Format String

From: Galen Boyer <galenboyer_at_yahoo.com>
Date: 2 May 2001 12:07:03 -0500
Message-ID: <uvgnjel5k.fsf@primix.com>

On Wed, 2 May 2001, beparker_at_reply.in.the.group.plz wrote:

> select * from my_table where pd_date < '1999-04-13
> 22:18:05';

Try:
where pd_date < to_date ('1999-04-13 22:18:05', 'yyyy-mm-dd hh:mi:ss')

-- 
I don't want to be the rock.  Yeah, okay, what do you want to be?
I want to be the piece of glass.
Received on Wed May 02 2001 - 12:07:03 CDT

Original text of this message

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