Hello nerdy friends of mine. Anyone know if there an inherent difference to the following select statements?
select * from where SessionID NOT IN (select SessionID from tmpsys_Log with (NOLOCK) where LogLevel = 10)
as opposed to:
select * from where SessionID IN (select SessionID from tmpsys_Log with (NOLOCK) where LogLevel <> 10
(
Read more... )
Comments 2
glad you figured it out though. ;)
Reply
i must not be nerdy :)
Reply
Leave a comment