Reputation: 515
I have a table which ended up with ParentIDs incorrectly created so that some records are on the same levels as ones which their parent record. For simplicity sake:
Name | Parent |
---|---|
Son | Father |
Grandson | Son |
Grandson | Father |
I'm trying to use Inner Joins to remove records where the Name has a Parent which it shares a Parent name with in another record to get rid of the latter.
Upvotes: 0
Views: 14