Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combine and remove duplicate
Message
From
05/07/1999 11:04:49
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
04/07/1999 22:35:38
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00237126
Message ID:
00237492
Views:
11
>Hi,
> I have tried to use your idea, but it doesn't return result in distinct format. Any suggestion?
>
>Thank you

Well, then revert to your original solution or just select * distinct from the first cursor, i.e.

select * from first_table ;
union select * from second_table;
into curs temp

select * distinct from temp into curs distinct_cursor

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform