Joined: 21 Aug 2017
Location: United States
Online Status: Offline
Posts: 39
Topic: Show unique records causing duplicates Posted: 21 Feb 2018 at 4:48am
If I understand correctly, if there appears to be "duplicate" records, there's some table that's unique to each row. If that is correct, is there a way to quickly identify those unique records?
I have two fields that show staff and their assigned supervisor. I have a staff member listing two supervisors and I can't figure out what's unique to each row. I even tried "Select Distinct Records" and that didn't work.
Joined: 29 Oct 2009
Online Status: Offline
Posts: 1587
Posted: 22 Feb 2018 at 4:23am
Without understanding the table structure and the joins used. This could be difficult.
So for every row returned from the database (all columns whether they are displayed on the report or not). Hopefully there will be a unique set of values. If the values are duplicated (the entire row), then that is where "Select Distinct Records" will be helpful. If not, then other possibilities will have to be explored.
So are you just using tables or are you using a command?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum