Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL SELECT and COUNT - how?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00113907
Message ID:
00114058
Vues:
18
You must use the COUNT(*) and GROUP BY to achieve this. For example

SELECT *, count(*) FROM yourdb d GROUP by d.source, d.subsource

Costas
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform