difference between NULL and ''
NeilCSEMar 30 2010 — edited Mar 30 2010Hi All,
Is the below right?
NULL is not stored as a value in a field. Its an internal bit that is set to indicate that the value is unknown.
Blank is stored as a value in the field. Because of that we can perform all kinds of comparisons with blank value, while we cant do the same with NULLs
Regards,
aak