I have a table that is supposed to keep a trace of visitors to a given profile (user id to user id pair). It turns out my SQL query was a bit off and is producing multiple p
If you are using SQL you can manually delete the duplicate rows keeping one entry just follow this procedure:
It's a long procedure but you can see the results immediately in real-time.
Hope this solution worked for you!!