Hi,
Got a weird one. I have two simple sql statements.
The first returns no records.Code:select top 10 * from tablename where idfield is null SELECT top 10 pb.* from tablename pb
The second returns ten records, of which the idfield is null.
Any ideas why MS Sql server isnt filtering correctly?




Reply With Quote