Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Need a function
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