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 -> Oracle7 Date comparison question

Oracle7 Date comparison question

From: abrusko <abrusko_at_binney-smith.com>
Date: Thu, 29 Jul 1999 05:46:03 -0800
Message-ID: <933255966.21041@www.remarq.com>


HI,
I am comparing date columns from 2 different tables and expecting a match, however the values are not matching during the query.
Viewing the columns thru separate queries shows values that are identical, but no match occurs during the query: Update Frt.Sardown a

   Set (month, year) =

      (Select b.month, b.year from Frt.Frt_Date b
       where a.shipdate = b.frt_date);

Is it because the "time" portion of the date field is not matching? If so, how do I code this so that I get a match?

Thanks very much for your help...
Andy

Received on Thu Jul 29 1999 - 08:46:03 CDT

Original text of this message

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