Contact Me
Resources
Development Tips & Code Library
-
Recent Entries
Blogroll
Tag Archives: SQL Case
SQL using case to Identify blanks vs NULLs
I had a strange issue driving me nuts today. I had data with null values and could use isNull to capture most of them and assign a new value to the field. However about 10 records would not accept the … Continue reading
Posted in Code, Snippets, SQL
Tagged Blanks in Data, Null Data, Null vs Blanks, SQL Case
Comments Off on SQL using case to Identify blanks vs NULLs