Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 8.0 - Select - SQL
Message
From
18/07/2003 09:08:21
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
VFP 8.0 - Select - SQL
Miscellaneous
Thread ID:
00811460
Message ID:
00811460
Views:
48
In VFP 6.0 if I wanted to group by ONE fieldname I would type something like this:
SELECT name_line1, first_name, last_name FROM accounts ;
WHERE NOT EMPTY(last_name) ;
GROUP BY name_line1 ;
ORDER BY last_name INTO ARRAY aClientNames

How do you do it in VFP 8.0?
Next
Reply
Map
View

Click here to load this message in the networking platform