Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's the differences between nested and sub join query
Message
From
06/05/2004 21:14:41
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00901574
Message ID:
00901801
Views:
18
Hi,
What is the difference between this 2 SQL?
SELECT * FROM a ;
JOIN b ON a.f1 = b.f1 ;
JOIN c ON b.f1 = c.f1
SELECT * FROM a ;
JOIN b ;
JOIN c ;
ON b.f1 = c.f1 ;
ON a.f1 = b.f1
Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform