Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5983751
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:16:33+00:00 2026-05-22T22:16:33+00:00

I have a workDate field and a receivedDate field in table tblExceptions. I need

  • 0

I have a “workDate” field and a “receivedDate” field in table “tblExceptions.” I need to count the number of days beteen the two. workDate always comes first – so, in effect, it’s kind of like workDate is “begin date” and receivedDate is “end date”. Some exclusions make it tricky to me though:

First, I need to exclude holidays. i do have a table called “tblHolidays”, with one field – holidayDate. I have holidays stored up through next year, so maybe I can incorporate that into the query?

Also, most flummoxing is that work dates can never occur on weekends, but received dates can. So, i somehow need to exclude weekends when i’m counting, but allow for a weekend if the received date happens to fall on a saturday or sunday. so, if the work date is June 3rd, 2011, and received date is June 11th, 2011, the count of valid days would be 7, not 9.

Any help on this is much appreciated. Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T22:16:33+00:00Added an answer on May 22, 2026 at 10:16 pm

    Something like this should give you the number of days with the holidays subtracted:

    select
      days = datediff(day, workDate, receivedDate)
      - (select count(*) from tblHolidays where holidayDate >= workDate and holidayDate < receivedDate)
    from
      tblExceptions
    

    Note that the date functions differ between database systems. This is based on MS SQL Server, so it may need adapting if you are using some other database.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have you determined a maximum number of characters allowed in FCKEditor ? I seem
Have had to write my first proper multithreaded coded recently, and realised just how
I have a table of WorkOrders . The table has a PrimaryWorker & PrimaryPay
I have a sql table of payroll data that has wage rates and effective
have a table that dynamically generates text boxes in run time. I want to
Have a build process that can't be edited and need to pack another war
I have a script that appends some rows to a table. One of the
i have a input tag which is non editable, but some times i need
I have a situation where I need to assign an appropriate rate to an
I am creating a calendar using a HTML table. I have a problem where

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.