Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

NULL quandry

$
0
0
I have a situation where I'm trying to determine if a value has changed.  I expected to be able to determine easier if the record had NOT changed by doing the following:
[code language="sql"]WHERE NOT ((@O

Viewing all articles
Browse latest Browse all 3145

Trending Articles