• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Retain only unique duplicate combination

udaycontact

New Member
Hi,

I have a database of vendor master.. I am using fuzzy logic to get the duplicate vendors based on vendor names..

The output that i have is like below :

Vendor Name | Duplicate Vendor Name

A | AA

AA | A

Since i am doing fuzzy logic in the same table (Based on vendor name column), i would get 2 rows as above.

I want to keep only only combination of duplicate ie. either A | AA or AA | A, as both would mean the same thing in this context.

I tried various ways of trying to map this combination as a unique value and trying to remove duplicate, but i couldn't assign a unique value.

Any help is much appreciated !

Kind Regards
 
udaycontact
You should reread Forum Rules
There are clear sentences for those who uses Cross-Posting.
Those rules are for Your too.
Ps. Same kind of rules are everywhere.
 
Back
Top