G
Guest
I want to calc the end time of jobs that I store in a table. We only store
the beginning time of each job but the end time would just be the start time
of the next job.
For example Job 1 has a start time of 1:30
Job 2 has a start time of 2:45
Job 3 has a start time of 3:45.
I want my query to calc the end date of job 1 as 2:45, job 2 as 3:45.
How would you write this?
Thanks
the beginning time of each job but the end time would just be the start time
of the next job.
For example Job 1 has a start time of 1:30
Job 2 has a start time of 2:45
Job 3 has a start time of 3:45.
I want my query to calc the end date of job 1 as 2:45, job 2 as 3:45.
How would you write this?
Thanks