Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Help Needed Please!
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00548100
Message ID:
00548846
Vues:
14
>
>Here is it: (VFP7)
>
>select companynam, div_name ;
>    from company left join division ;
>    on company.cKeyID=division.cKeyID ;
>    into cursor curFinal readwrite
>
>select min(div_name) as div_name, companynam ;
>from curFinal group by 2 ;
>into cursor curTemp nofilter
>index on companynam+div_name tag Temp
>
>select curFinal
>set relation to companynam+div_name into curTemp
>replace companynam with '' for !found('curTemp')
>
>Or lots of other variations.
>
>Thanks Cetin, Renouir, Sergey for support :)

Doesn't it remind you a code for removing duplicates?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform