I have a table containing the following data:LinkingID ID1 ID2166202 180659 253178166202 253178 180659166334 180380 253179166334 253179 180380166342 180380 180659166342 180659 180380166582 253179 258643166582 258643 253179264052 258642 258643264052 258643 258642264502 258643 258663264502 258643 259562Within the LinkingID, there are duplicates in ID1 and ID2 but just in opposite columns. I have been trying to figure out a way to remove these set based. It doesn't matter which duplicate is removed. Essentially these are just endpoints and I don't care which side they are on. The solution must recognize the duplicates and not just remove based on every 2nd row. It seems that this should be very simple, but I can't figure it out. Any help is greatly appreciated.
↧