Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String parsing question
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
String parsing question
Miscellaneous
Thread ID:
01127937
Message ID:
01127937
Views:
75
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
Next
Reply
Map
View

Click here to load this message in the networking platform