Community

Using NULL as an ordinary value in sql code – SQL Antipattern # 001

(Jack Vamvas) Using a NULL value represents an unknown or missing value in a table column. Based on this definition , it’s easy to find examples of code where NULL is used an ordinary value. This antipattern leads to further problems.

Read More - Register for Free Membership