Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL - Select
Message
From
29/01/2003 12:51:20
 
 
To
29/01/2003 11:31:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00746724
Message ID:
00746781
Views:
21
Kevin,

Thanks for the reply. However, when I tried this as follows

SELECT Projectid, ;
a.oecname AS ownname,;
b.oecname AS engname,;
c.oecname AS conname ;
FROM curTemp1;
JOIN tmpoec a ON curTemp1.Owner = a.oecid;
JOIN tmpoec b ON curTemp1.Engineer = b.oecid;
JOIN tmpoec c ON curTemp1.Contractor = b.oecid;
INTO CURSOR curTEMP

I get a table with each projectid being repeated for every oecid in the tmpOec table resulting in a huge resulting table. Have I left something out?

Thanks again,
Russell
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform