Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Include deleted records
Message
From
01/11/2000 09:42:02
 
 
To
01/11/2000 09:27:17
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00436636
Message ID:
00436658
Views:
14
OOPS!! Correction below

SELECT table1.*,table2.*;
FROM table1 LEFT OUTER JOIN table2;
ON table1.key = table2.key;
WHERE !DELETED()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform