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: using empty date field in query

Re: using empty date field in query

From: Anurag Varma <avoracle_at_gmail.com>
Date: 22 Mar 2006 04:52:08 -0800
Message-ID: <1143031928.524470.191930@e56g2000cwe.googlegroups.com>

and what is the datatype of p_date?

If its date .. then use to_date('06-02-01','<date format>')

You are currently comparing strings .. not dates.

Anurag Received on Wed Mar 22 2006 - 06:52:08 CST

Original text of this message

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