Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indirect join
Message
 
To
20/11/2006 13:22:19
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01171237
Message ID:
01171357
Views:
6
Why not make it all simple and use local alias';
lcRawData = addbs(fileloc) + "surveys/RawData2005"
rawdata = 'RawData2005'
lcPermID = '20011'
lcJoincondition = 'Companyinfo.company = RawData2005.company'

SELECT CI.*, RD.* ;
 FROM ;
     COMPANYINFO CI ;
    INNER JOIN (lcRAWDATA) RD ;
   on CI.company = RD.company ;
 WHERE  CI.permid = ( "20011" )
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform