Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combine 3 tables
Message
From
10/11/2000 06:55:10
 
 
To
10/11/2000 04:23:14
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00440084
Message ID:
00440107
Views:
10
Use two left joins, i.e. something like

select from table A left join table b on a.id=b.id left join table c on a.id=c.id.

This will result in null-values for the non-matching records in tables b and c.

Regards,

Auke
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform