Re: Function to calculate weekdays left in a month
- From: "Jared Still" <jkstill@xxxxxxxxx>
- To: jack@xxxxxxxxxxxx
- Date: Mon, 4 Aug 2008 13:59:31 -0700
On Sun, Aug 3, 2008 at 10:45 PM, Jack van Zanen <jack@xxxxxxxxxxxx> wrote:
> Hi All,
>
> I am not a programmer and before I spend a lot of time on some PL/SQL to do
> this I would just like to double check if anybody on this list has created
> such a function/proc already.
>
>
This works:
select last_day(trunc(sysdate+1)) - trunc(sysdate) from dual
--
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist
- Follow-Ups:
- OCP Exam Discount
- From: M Rafiq
- References:
- Function to calculate weekdays left in a month
- From: Jack van Zanen
Other related posts:
- » Function to calculate weekdays left in a month
- » Re: Function to calculate weekdays left in a month
- » Re: Function to calculate weekdays left in a month
- OCP Exam Discount
- From: M Rafiq
- Function to calculate weekdays left in a month
- From: Jack van Zanen