Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A question on how to link to another table using SELECT?
Message
 
To
18/10/2000 10:43:34
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00430870
Message ID:
00430931
Views:
14
SELECT DISTINCT Table1.Part_number, Table2.St, Table2.State_name ;
FROM Table1 LEFT JOIN Table2 ON Table1.Part_number = Table2.Part_number ;
INTO CURSOR MyResult
Stephen McLaughlin
"Sexy Steve Valenteno", "Blastmaster"
stephenmclaughlin@gmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform