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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Returning null values from Inner joins

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.g
Will the following return any rows if SI.FKProductID IS Null?

INNER JOIN PRODUCT P ON P.ID=SI.FKProductID


Thanks for your help."
   

- Advertisement -