Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A SET RELATION question?
Message
From
04/10/2000 10:07:06
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
04/10/2000 10:02:25
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00424100
Message ID:
00424691
Views:
15
Robert,
SELECT Table1.*, Table2.* ;
    FROM Table1 FULL JOIN Table2 ON Table1.SomeKey = Table2.SomeKey ;
    ORDER BY SomeField
>>If you used SQL with a FULL JOIN for your report you could check for NULLs in the parent part of the record.
>Hi Cindy and yes I see the value of built-in referential integrity.
>Could you send me a small sample of code of how to use SQL with a FULL JOIN.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform