Hello All,
I have a table with start times and end times. I need to find every record that has another record in the table where the start time is greater than the start time and less than the end time of the first record.
For ex.
Rec StartTime EndTime
01 12:55:06 12:59:52
02 13:03:45 13:05:10
03 13:01:16 13:06:14
04 13:10:21 13:12:02
05 13:11:01 13:14:20
I would want to find record 2 & record 5. Thanks for any suggestions.
I have a table with start times and end times. I need to find every record that has another record in the table where the start time is greater than the start time and less than the end time of the first record.
For ex.
Rec StartTime EndTime
01 12:55:06 12:59:52
02 13:03:45 13:05:10
03 13:01:16 13:06:14
04 13:10:21 13:12:02
05 13:11:01 13:14:20
I would want to find record 2 & record 5. Thanks for any suggestions.