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: Need a function

Re: Need a function

From: Tommy Wareing <p0070621_at_brookes.ac.uk>
Date: Fri, 30 Oct 1998 10:45:32 GMT
Message-ID: <3639988b.73650463@news.brookes.ac.uk>


On Fri, 30 Oct 1998 06:59:40 GMT, violin.hsiao_at_mail.pouchen.com.tw (Violin) wrote:

>I want to know is there any function to verify
>if the end_date is the last day of the month.
>or how to create a function for the purpose.

IF TO_CHAR(end_date+1, 'DD')='01' THEN
  ...

--
Tommy Wareing
MIS Group
Learning Resources
Oxford Brookes University
01865 483389 Received on Fri Oct 30 1998 - 04:45:32 CST

Original text of this message

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