Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UniqueValue
Message
 
To
14/04/2004 18:23:20
Dave Nantais
Light speed database solutions
Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Miscellaneous
Thread ID:
00894733
Message ID:
00895108
Views:
19
>Suppose the countries table has two fields namely CountryID, and CountryName.
>Suppose the states table has two fields namely CountryID, and StateName.
>
>SELECT CountryID, StateName, COUNT(Statename) FROM Country INNER JOIN State ON Country.CountryID= State.CountryID GROUP BY CountryID, Statename INTO CURSOR CountState
>
>
>Use the table entitled CountState to determine whether or not a state is unique within a given country

Thanks Dave, but I would like to know if there is any "ready" method, like lUnique, cView and cViewParameter.

Regards,
José Augusto Cavalcanti
Global Connection
jose.cavalcanti@globalconnection.com.br
Previous
Reply
Map
View

Click here to load this message in the networking platform