Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can this be done with SQL statement
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00728373
Message ID:
00728417
Vues:
15
Gerard,

Your problem is that the * is getting both fields, simply change the select to ...
SELECT FldA, MAX(FldB) FROM TableName GROUP BY FldA INTO CURSOR Result
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform