Expand Minimize
7 out of 12 rated this helpful - Rate this topic

!= (Not Equal To) (Transact-SQL)

Tests whether one expression is not equal to another expression (a comparison operator). If either or both operands are NULL, see SET ANSI_NULLS (Transact-SQL). Functions the same as the <> (Not Equal To) comparison operator.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.