Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-05-06 : 14:59:18
|
Kirby writes "I am just starting to use SQL Server 6.5 and I am stumped on the join aspects of SQL Server when using more than 2 tables. For instance, Table1 ---> Table2 ---> Table3 ---> Table4
If I use Left Join on each of the 3 joins above, I get an error. According to the documentation, one of the joins has to be equal or right. However, I can only get the proper recordset by using Left Joins unless I do a lot of unnecessary coding. Multiple Left Joins seems like a no brainer for any db, but it doesn't seem to work for SQL Server. What am I missing?" |
|
|
|
|
|