Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to count records in a Select Statement
Message
From
09/11/1998 10:53:40
 
 
To
09/11/1998 10:37:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00155722
Message ID:
00155744
Views:
19
I got it working with a count() command and then group by Thanks for the advise. EX:

Select *, Cnt(*) As Num;
From MyTable;
Group By CountField;
INTO CURSOR FOO
Previous
Reply
Map
View

Click here to load this message in the networking platform