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!

Count days excluding weekends.

syed haiderJul 6 2020 — edited Jul 7 2020

I'm trying to write a code in which I can count number of days excluding weekends.

For example count the number of days between 6/1/2020 and 6/30/2020. The output should return 22 days.

Any suggestions would be greatly appreciated.

Thank you

Comments
Post Details
Added on Jul 6 2020
9 comments
3,070 views