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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: sql query: to_date() :ORA-01830: date format picture ends before

Re: sql query: to_date() :ORA-01830: date format picture ends before

From: Sergey V Dolgov <dsv_at_pptus.oilnet.ru>
Date: Tue, 11 Mar 2003 18:38:36 -0800
Message-ID: <F001.00567167.20030311183836@fatcity.com>


Hello Ravindra,
You should use to_char OR to_data not both.

select * from cust where
to_char(DATECREATED,'DD-MON-YYY HH24:MI:SS') = '01-FEB-03 07:53:28'

Wednesday, March 12, 2003, 2:20:17 AM, you wrote:

BR> Hi...

BR> I am getting the following error with a query like this

BR> select * from cust where
BR> to_char(DATECREATED,'DD-MON-YYY HH24:MI:SS') =
BR> to_date('01-FEB-03 07:53:28','DD-MON-YY HH24:MI:SS')

BR> ORA-01830: date format picture ends before converting entire input string

BR> What is the problem?

BR> Thanks
BR> -- 
BR> Please see the official ORACLE-L FAQ: http://www.orafaq.net



--

Best regards,

 Sergey                            mailto:dsv_at_pptus.oilnet.ru
 ICQ 160079606
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Sergey V Dolgov
  INET: dsv_at_pptus.oilnet.ru
Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Mar 11 2003 - 20:38:36 CST

Original text of this message

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