Sum of total hours as well as minimum dateSQL
Closed
Lee
-
Dec 1, 2011 at 12:18 PM
rizvisa1
rizvisa1
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Related:
- Sum of total hours as well as minimum dateSQL
- Totaling Hours by Code ✓ - Forum - Excel
- Calculate Total Total Hours Per Client ✓ - Forum - Excel
- Delete fake facebook account within 24 hours ✓ - Forum - Facebook
- You have requested too many sms codes. you must wait 24 hours to receive another. ✓ - Forum - Facebook
- Total war warhammer 3 - Download
1 reply
rizvisa1
Dec 9, 2011 at 06:24 AM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Dec 9, 2011 at 06:24 AM
why this sound like you are working in AGILE methodology :P
Is it possible to have original time estimate for each task go into one table and updated time estimates go into other table. Or at least have a column that says this is the origianal estimate for the task
From what I see, first one has to identify the original estimate. That would mean I need to use group by and min clause just to find out which is my original estimate.
Then i would have have to group on task id and find out time remaining
Is it possible to have original time estimate for each task go into one table and updated time estimates go into other table. Or at least have a column that says this is the origianal estimate for the task
From what I see, first one has to identify the original estimate. That would mean I need to use group by and min clause just to find out which is my original estimate.
Then i would have have to group on task id and find out time remaining