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: New Error: ORA-01821: date format not recognized

Re: New Error: ORA-01821: date format not recognized

From: Galen Boyer <galenboyer_at_yahoo.com>
Date: 2 May 2001 13:14:06 -0500
Message-ID: <uk83zk4b9.fsf@primix.com>

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

> SELECT
> pd_date
> FROM
> pson_data
> WHERE
> pd_date = to_date('2001-12-01 00:15:00', 'yyyy-mm-dd
> 24hh:mi:ss' );

Try to_date('2001-12-01 00:15:00', 'yyyy-mm-dd hh24: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 - 13:14:06 CDT

Original text of this message

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