Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String parsing question
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
String parsing question
Divers
Thread ID:
01127937
Message ID:
01127937
Vues:
71
I am trying to make some of our code compliant with VFP 9.0. The primary update that I am applying is to add a MIN() to every field in the SELECT that is not in the GROUP BY. Our SQL statements are built so I have the text strings, but I am not very proficient at text manipulation.

cSelect='obligor,obligation,unit,name,addr1'
cGroupby = 'obligor, obligation'

So I would want to change cSelect to
cSelect='obligor,obligation,MIN(unit),MIN(name),MIN(addr1)'

How is an efficient way to add the MIN() to any cSelect field that is not in the cGroupby?

Thanks

Brenda
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform