Re: Function to calculate weekdays left in a month

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

Other related posts: