Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting three tables
Message
 
 
To
16/07/1999 02:50:58
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00241837
Message ID:
00242285
Views:
22
>Either chenge the order of "ON..." clauses so :
>ON ONHND.PARTNO=MASTER.PARTNO;
>ON MASTER.GROUP=GROUP.GABBR;
>
>Or :
>FROM GROUP RIGHT OUTER JOIN MASTER ;
>ON MASTER.GROUP=GROUP.GABBR;
>INNER JOIN ONHND;
>ON ONHND.PARTNO=MASTER.PARTNO;
>
>Otherwise you'd get that "forever" join. Take a look at how 4 tables in testdata.dbc (home()+"samples\data") are connected in a view.
>Cetin

THANKS!! Microsoft's documentation of SELECT - SQL is soooo sparce on examples I wasn't sure what was legal syntax and what wasn't:) Thanks for your help
Previous
Reply
Map
View

Click here to load this message in the networking platform