Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HOw to do exceptions
Message
From
09/08/2002 07:44:32
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
09/08/2002 05:03:59
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00687857
Message ID:
00687891
Views:
15
>Hi All,
>I would need some help on using standard code to do this.
>I have table A and table B, table A contains all informations in table B plus more. Now, I need to extract table A contents that are not in table B, how can I do that? Can someone give me some simple codes?
>And Is there any good websites on intro VBA and access programming?
>Thanx
>Tom

Assuming you have a key field identifiying a record as unique :

select * from tableA where IdentifierField ;
not in (select IdentifierField from tableB)

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform