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:
01223275
Vues:
25
Great. Thanks Sergey



>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.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform