Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql syntax
Message
 
To
05/06/2003 09:11:07
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00796628
Message ID:
00796635
Views:
9
Hi Steve,

Check this out.

SELECT ;
FROM ;
trial!t1 ;
FULL JOIN trial!t2 ;
ON T1.code = T2.t1code ;
FULL JOIN trial!t3 ;
ON T2.t1code = T3.t2code ;
FULL JOIN trial!t4 ;
ON T3.t2code = T4.t3code


Aashish

>I have multiple join conditions, 4. How would I set those up?
>
>From looking at the syntax in the help, it looks like you can use only one join condition with the "ON" and you can use multiples with the "WHERE"
>
>Should I split them up, 1 & 3. Or put all 4 on the "WHERE", or does it matter at all?
>
[ON JoinCondition...]
>
>
[WHERE JoinCondition [AND JoinCondition ...]
--
--
Aashish Sharma
Tele Nos: +1-201-490-5405
Mobile: +91-9821053938
E-Mail:
aashish@aashishsharma.com
write2aashish@gmail.com

You better believe in yourself... if you don't, who else will ?
TODAY is a gift, that's why it's called PRESENT
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform