All,
I am currently trying to catch instances where a user made a change, but then the user went back and reverted the change. As you can see in the picture below I need to catch rows where the ID is the same and then the value1 from the first record matches the value2 from the second record and the value1 from the first record matches the value2 from the first record. I am not sure this is the best way to approach this, but this is what came to mind. I tried separating via sub query, but no luck on that.