Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A question on how to link to another table using SELECT?
Message
From
18/10/2000 12:19:50
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00430870
Message ID:
00430988
Views:
11
>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
-----------------
This almost works....table2.part_number needs to be DISTINCT..:)
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform