Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't find column error on outer join
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00515388
Message ID:
00515420
Vues:
14
SELECT * ;
   FROM nonConf nc ;
      LEFT JOIN car_misc cm ON nc.car_id = cm.car_id ;
      LEFT JOIN car_extension ce ON nc.car_id = ce.car_id
   INTO CURSOR car_temp
Worked as advertised. Thanks for the explanantion. I was just cutting and pasting the code from the query designer without really examining it too closely.

Kevin
Kevin Emmrich
www.jkt9000.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform