Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HOw to do exceptions
Message
De
09/08/2002 07:44:32
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
09/08/2002 05:03:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00687857
Message ID:
00687891
Vues:
16
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform