Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL COUNT Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01223186
Message ID:
01223237
Vues:
16
Following query should work too
SELECT mh.Caption, mh.Icon, COUNT(mi.Parent ) AS Total;
	FROM MenuHead MH;
	LEFT JOIN MenuItems mi on mi.Parent = mh.id;
	GROUP BY mh.Caption, mh.Icon;
	INTO CURSOR Temp1
>Forget that. I must have copied & pasted wrong. I did it again and it worked.
>
>Thanks everyone.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform