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

Home -> Community -> Usenet -> c.d.o.server -> Re: How To Compare Date with Just the Day of Month

Re: How To Compare Date with Just the Day of Month

From: Wally <wallyraju_at_gmail.com>
Date: 28 Jul 2005 06:34:42 -0700
Message-ID: <1122557682.711289.6820@g44g2000cwa.googlegroups.com>


try

 WHERE to_date(bcv_start,'MM-DD-YYYY') = to_date('$bcv_sdate[$j]', 'MM-DD-YYYY') HTH
Wally Received on Thu Jul 28 2005 - 08:34:42 CDT

Original text of this message

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