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 6616389
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:34:36+00:00 2026-05-25T20:34:36+00:00

I have the following data in a table: Date ID Start END Duration_S Duration_A

  • 0

I have the following data in a table:

Date       ID             Start                   END        Duration_S     Duration_A
9/12/2011 22216 9/12/2011 12:30:00 PM   9/12/2011 2:15:00 PM    6300         NULL
9/12/2011 22216 9/12/2011 2:30:00 PM    9/12/2011 2:39:00 PM    540           NULL
9/12/2011 22216 9/12/2011 5:20:00 PM    9/12/2011 5:50:00 PM    1800           NULL

My goal is to update the Duration_A column, currently Null.

The information I use to get that info is a table structured like so:

ID        Start_Time    State   End_Time       State_Duration
22216   6/3/10 2:07:58  1      6/3/10 2:20:58       800
22216   6/3/10 2:21:58  2      6/3/10 2:25:55       52
22216   6/3/10 5:21:58  2      6/3/10 5:31:05       600

To update my Duration_A, I have to sum the duration containing certain states(this is no problem), but the issue is that the Start_Time and End_Time have to match the Start and End of my first table. Here is what I am doing:

SELECT     tblB.ID, SUM(tblB.StateDuration) AS Total, tblA.Start_Time, 
                      tblA.End_Time
FROM         
                      tblA INNER JOIN tblB ON tblB.Id = tblA.ID
                      tblB.Start_Time >= tblA.Start AND 
                      tblB.End_Time <= tblA.End

WHERE     STATE IN (1, 2, 3, 4, 5, 6, 7, 10, 11)
GROUP BY tblB.StateDuration, tblB.Id, tblA.Start_Time, 
                      tblA.End_Time,tblB.End_Time, 
                      tblB.Start_Time

This gives me the first duration when the start and end time of tblB match tblA, where I want the sum of all durations between those time frames. If I am not clear, let me know.

  • 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-25T20:34:37+00:00Added an answer on May 25, 2026 at 8:34 pm

    As far as I can understand you don’t need to group by all there fields. Just add more conditions into the WHERE clause:

    SELECT     tblB.ID, SUM(tblB.StateDuration) AS Total, tblA.Start_Time, 
                          tblA.End_Time
    FROM         
                          tblA INNER JOIN tblB ON tblB.Id = tblA.ID
                          tblB.Start_Time >= tblA.Start AND 
                          tblB.End_Time <= tblA.End
    
    WHERE     STATE IN (1, 2, 3, 4, 5, 6, 7, 10, 11) AND 
              tblA.Start_Time <= tblB.Start_Time AND 
              tblB.End_Time <= tblA.End_Time
    GROUP BY tblB.id
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table with the following data: id | numbers | date ----------------------------------
I have the following data in my table: id invoice_id date ammount 1 1
I have the following data in a database table, Columns : Date, Hour(from 1
I have following data in a mysql table, +------------+--------+--------+ | date | inQty |
I have the following data: Table Name: NODE NID | Name | Date 001
I have the following data: ID Date interval interval_date tot_activity non-activity 22190 2011-09-27 00:00:00
I have the following data Date Week ID Tot_Seconds O_Seconds Week_ID 8/14/2011 12:00:00 AM
I have table the following data structure in SQL Server: ID Date Allocation 1,
I have following data in my table. alt text http://img26.imageshack.us/img26/3746/productfield.png I want to extract
Hi I have following data in the table: ID-----startDate----endDate 5549 2008-05-01 4712-12-31 5567 2008-04-17

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.