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

Re: LIKE Clause with dates?

From: Steven Franklin <steven.franklin_at_wcom.com>
Date: Tue, 22 Jun 1999 13:50:38 GMT
Message-ID: <376F94E9.AC62C527@wcom.com>


use TRUNC()

MADEIRA SALLY wrote:

> 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:50:38 CDT

Original text of this message

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