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 -> LIKE Clause with dates?

LIKE Clause with dates?

From: MADEIRA SALLY <softsense_at_home.com>
Date: Tue, 22 Jun 1999 13:31:23 GMT
Message-ID: <376F9100.3EC2CE4D@home.com>


I have a procedure with paramaters of

Procedure GetParticipations(AsOfDate IN DATE)

The date is usually the last date of the month.

I would like to create a LIKe Clause so that my WHERE statement specifies all records WHERE DatePart LIKE '3'..%..'99'

The AsOfDate being '3/31/1999'

How would that be accomplished!

Thanks in Advance
Sally Received on Tue Jun 22 1999 - 08:31:23 CDT

Original text of this message

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