Y
Hacker News
new
|
ask
|
show
|
jobs
by
Genmutant
1711 days ago
In MS SQL Server, with ANSI_NULLS set to OFF, it will select all rows having a NULL value for col. AFAIK not used that often.
1 comments
marcosdumay
1711 days ago
That is a serious gotcha of SQL Server. It (and Oracle) has some serious problems with unique constraints because of that kind of stuff.
link