I'm trying to write a query that will find all duplicate records that have the same time, within a maximum 10 minute time frame. For example, 9:43, 9:50 and 9:53 would be duplicate records. Then again, 9:58 and 10:08 would also be duplicate records.
I have absolutely no clue on how to write...