Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I select similar records
Message
 
À
23/10/1996 14:10:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00010792
Message ID:
00010804
Vues:
34
>OK. You have to :
>1. Create temp cursor with tied scores
>Select score from mytable into cursor tmp having count(*)>1 group by score
>2. Join two tables by score field
>Select mytable.* from mytable,tmp where mytable.score=tmp.score

I think this will work! Thank you!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform