Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.18 KB

not-equal-to-transact-sql-exclamation.md

File metadata and controls

31 lines (25 loc) · 1.18 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs monikerRange
!= (Not Equal To) (Transact-SQL)
Not Equal To (Transact SQL) - exclamation
rwestMSFT
randolphwest
03/06/2017
sql
t-sql
reference
!=
!=_TSQL
!= (not equal to)
not equal to operator (!=)
TSQL
>= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest || >= sql-server-2016 || >= sql-server-linux-2017 || = azuresqldb-mi-current||=fabric

Not Equal To (Transact SQL) - exclamation

[!INCLUDE sql-asdb-asdbmi-asa-pdw-fabricse-fabricdw]

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

See Also

Expressions (Transact-SQL)
Operators (Transact-SQL)