Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I UNION 2 selects and keep 1 of a duplicate recor
Message
 
 
To
04/10/2001 23:35:46
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00564602
Message ID:
00564616
Views:
16
I think I'm missing something. Do you want to have only one duplicate record from both cursors or you want to add only one duplicate record from the second cursor crreating possible duplicates in the result set?

>I tried UNION but it removed both duplicates.
>
>>>I have two selects all structurally identical. I want to merge the two selects, and any duplicate records, I want 1 kept not both removed.
>>
>>UNION ALL will keep all records, UNION - only one of the duplicate records. The key is the whole record.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform