Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filter for Unique??
Message
From
08/02/2000 02:31:21
 
 
To
07/02/2000 18:50:31
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00328390
Message ID:
00328659
Views:
19
You might also think about using the GROUP BY claus to net out with unique names.

>>I have a print file which is created by selecting addresses from multiple database files. Thereby, the same names may be selected
>>
>>Is there a simple way to command to filter the file for unique names?
>>I know I can sort and then compare records but was wondering if there is an easier way.
>>
>>Thanks
>>
>>Todd
>
>You might be interested in a unique index on your selection. Another idea is to
>SELECT from the first file ;
>UNION ;
>SELECT from the second file
>
>You can read about the difference between UNION and UNION ALL.
It's "my" world. You're just living in it.
Previous
Reply
Map
View

Click here to load this message in the networking platform