Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Distinct clause
Message
From
21/02/2000 14:58:51
 
 
To
21/02/2000 14:51:58
Michael Dougherty
Progressive Business Publications
Malvern, Pennsylvania, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00334970
Message ID:
00334984
Views:
24
Michael,

This will do it with two selects:

SELECT field1 FROM anyTable INTO CURSOR intermediate GROUP BY field1
SELECT CNT(field1) FROM intermediate

HTH,
Bill
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform