Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL COUNT Question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01223186
Message ID:
01223275
Views:
24
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform