Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Union select
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00383252
Message ID:
00383360
Views:
17
>from studentcourse left join instructor on studentcourse.instructorid = instructor.instructorid,;
>courseprogram left join program on courseprogram.programid = program.programid;
>where courseprogram.courseid = studentcourse.courseid;

Here you are making two of your joins using ANSI SQL-92 JOIN syntax, and one using the old-fashioned WHERE join syntax. That is not wrong, but may be confusing, and may be related to any incorrect results you are seeing. I, for one, get easily confused when trying to join three tables, and like to use strict JOIN syntax, without nested joins.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform