Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Group by field state
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01367170
Message ID:
01367175
Vues:
9
>My survey is finished
>
>I have several states
>
>I would like to count those states without have to commad each line
>
>Something as "group by state".
>
>
>Moses
SELECT State, COUNT(*);
FROM Survey;
GROUP BY State;
INTO CURSOR crsTest
BROWSE NORMAL
Is that what you want?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform