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-10-24 : 09:18:11
|
| Jack writes "Is it possible to return rows containing NULLS using an INNER JOIN?e.gWill the following return any rows if SI.FKProductID IS Null?INNER JOIN PRODUCT P ON P.ID=SI.FKProductIDThanks for your help." |
|
|
|
|
|