Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Counting by codes in a table
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00868238
Message ID:
00868249
Views:
13
This message has been marked as a message which has helped to the initial question of the thread.
Hi Harry, try something similar to this.
SELECT customer, COUNT(orders) ;
 FROM table ;
 GROUP BY customer ;
 INTO CURSOR results
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform