Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Duplicates
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Duplicates
Divers
Thread ID:
00220129
Message ID:
00220129
Vues:
53
I inherited a project from someone who wrote a long convoluted program to look for duplicates in a table. I'm wondering if it could be done easier using SQL. Here's an example of the problem we have frequently:

Record 1
------------------------
JOHN
L
SMITH
1234 ANYWHERE LANE
HERESVILLE
PA
16555
------------------------

Record 2
------------------------
JOHN

SMITH
1234 ANYWHERE LN
HERESVILLE
PA
16555-2345
------------------------

Records 1 and 2 are the same person, but a SELECT DISTINCT does not eliminate one of them because the middle initial, address line, and zip code are not identical. My question is this, is there a way with SQL to identify these two records, which are in the same file, as "possible" duplicates which I could then display to a user for them to decide what to do with them?

Thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform