Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Counting by codes in a table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00868238
Message ID:
00868249
Vues:
14
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform