Is there a way to pull back all records that have overlapping datetimes based on a user? For instance; TableA has the following rows; TrainerID StartTime EndTime 1234 10-1-2015 08:30 10-1-2015 09:00 1234 10-1-2015 08:45 10-1-2015 09:15 1234 10-1-2015 09:30 10-1-2015 10:00 2345 10-1-2015 08:45 10-1-2015 09:15 2345 10-1-2015 09:30 10-1-2015 10:00 I need a […]
The post Find all rows where start date is before a prior end date appeared first on BlogoSfera.