Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding Orphans
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00508438
Message ID:
00508452
Vues:
25
OTTOMH
SELECT ParentPK ;
     FROM Parent ;
     WHERE ParentPK NOT IN (SELECT ChildFK FROM Child)
Check message 506493 for related code (2 tables with same structure) -- 1st SELECT clause in UNION SELECT.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform