Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding dups and Deleting
Message
 
 
To
17/07/2001 16:31:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00531663
Message ID:
00531752
Views:
13
>Thanks, I have a clean list.
>
>The next step is to compare this drawing/rev combo with another table that has drawing/rev records and only list those combos taht don't match.
select Drawing+Revision as DrawRevision from OriginalTable ;
where DrawRevision ;
not in (select Drawing+Revision as DrawRevision from NewTable) ;
into cursor curNotFound
Or try not exist syntax...
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform