Wednesday, July 16, 2008

SQL Server 2005 = NULL

I am teaching a SQL Server 2005 class this week and the question of IS NULL vs. = NULL came up. While we know to use IS NULL I couldn't recall when to use = NULL. Here's a great article detailing the use for = NULL.

Understanding the difference between is null and = null

No comments: