Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't find column error on outer join
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00515388
Message ID:
00515420
Views:
13
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform