Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Indirect join
Message
 
À
20/11/2006 13:22:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01171237
Message ID:
01171357
Vues:
7
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" )
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform