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: Trouble selecting dates - more

Re: Trouble selecting dates - more

From: Nigel Reed <nelgin_at_nortelnutworks.com>
Date: Fri, 05 Apr 2002 11:36:56 -0600
Message-ID: <13oraug12oq850uq4cgcdl69ki79m0qhgo@4ax.com>


I had an email suggestion that I use HH24:MI:SS for my date format. I did try this with the same result. In the script that did the insert I had
$datefm="YYYY-MM-DD HH24:MI:SS";

So I know that it was inserted into the DB in that format...so I'm still stuck!

SQL> select request_date from new_absencehistory where request_date=to_date('2002-03-13 03:19:39','YYYY-MM-DD HH24:MI:SS');

no rows selected

Regards
Nigel

Received on Fri Apr 05 2002 - 11:36:56 CST

Original text of this message

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