Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem writing SQL with *ANSI nested structure*
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00418176
Message ID:
00418226
Views:
30
>What about this one
>
>SELECT Employee.*, Fruits.fruit, Vegies.vegetable;
> FROM employee LEFT OUTER JOIN fruits;
> LEFT OUTER JOIN vegies ;
> ON Employee.id = Fruits.id ;
> ON employee.id = Vegies.id


Same problem.
Ernest
Previous
Reply
Map
View

Click here to load this message in the networking platform