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: Date Search (fromdate TO todate)

Re: Date Search (fromdate TO todate)

From: Jim Kennedy <kennedy-family_at_home.com>
Date: Sat, 06 Oct 2001 16:24:37 GMT
Message-ID: <9fGv7.17936$JN.64014@news1.sttls1.wa.home.com>


select ... from mytable where to_date('01/15/2001','mm/dd/yyyy') <=theDateColumn and to_date('01/20/2001','mm/dd/yyyy') >=theDateColumn

Jim
"Neil Ray" <urneil_at_rediffmail.com> wrote in message news:b44e67ab.0110060641.2e20b72c_at_posting.google.com...
> Hello,
> Can U pls help me with the syntax for searching a list of records from
> a particular day to a particular day ie.(all records between 15 jan
> 2001 TO 20 jan 2001).
> PS: How can I use it in VB6
> Thanks
> Neil Ray
Received on Sat Oct 06 2001 - 11:24:37 CDT

Original text of this message

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