How do you delete an IS NULL value from a Select Statement in SQL Server? I found out that I had duplicate entries in one of our tables on the new Radio website, and I wanted a better way of deleting the duplicates. While looking at the data, I noticed NULL values on one record and a value on the other, so I created the following code.