Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How many different entries
Message
From
18/07/2011 21:47:01
 
 
To
18/07/2011 21:39:00
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01518474
Message ID:
01518479
Views:
46
>SELECT COUNT(xrc), xrc FROM TheTable GROUP BY xrc
>
>>>>does anyone have a clever way of doing this?
>>>>I have a collection of records with a field called Xcr.
>>>>In a table of 20 records, sometimes all the xcr's are identical, most of the time there are 2-5 different entries.
>>>>i would like a code to tell me what that number is.
>>>>
>>>>
>>>>thanks
>>>>k
>>>How about
>>>SELECT COUNT(DISTINCT xcr) FROM myTable
>>
>>nope for some reason i am getting the number 3 consistency through out. tnx k

thanks that works insofar as it gives me an inventory of the data and how many of each record has the same data
so one result was as follows
1 with 1010
1 with 1014
2 with 1019
2 with 1031
how would i simply extract 4 out of this and hold it as a variable?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform