Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Find next n workday unique query

muttleychessApr 18 2013 — edited Apr 19 2013
Hi

I need return unique query the next workday after n days from a date.
workday is all days (too holidays) with exception satudarday and sunday


I found some query count workdays betweeen two dates, but I can not get
to build a unique query (without to use function) to add n workdays eg:

Today is 18/04/2013 I want to add 5 workdays then

the next work day is 25/04/2013

if add 8 workdays the will be 30/04/2013

How can do it ?

Using 9.2.08
This post has been answered by jeneesh on Apr 18 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 17 2013
Added on Apr 18 2013
7 comments
366 views