Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding Orphans
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00508438
Message ID:
00508452
Views:
24
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform