Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 8.0 - Select - SQL
Message
From
18/07/2003 09:15:28
 
 
To
18/07/2003 09:08:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00811460
Message ID:
00811463
Views:
10
Same

>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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform