Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proper syntax for a double outer join?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00164169
Message ID:
00164172
Views:
24
Dan,

>So, when I wrote the SQL for a summary view in the View builder it created this:

The view designer is semi-braindead when it comes to 3 or more tables. Just put one line of code above your select and store it in a prg

create sqlview MyView as ;
> SELECT field1, ...;
> FROM A;
> LEFT OUTER JOIN B;
> ON A.field1=B.field1;
> LEFT OUTER JOIN C;
> ON A.field1=C.field1;
> GROUP BY A.field1
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform