EXPERT RESPONSE
Actually, Oracle Corp. has changed the semantics of
the VARCHAR2 datatype. Currently, in Oracle 9i, when
you insert a zero length string into a VARCHAR2
column, Oracle treats this the same as if you insert a
NULL value into that column. But it wasn't always this
way. Previous versions of the database treated zero
length strings and NULL values as two distinctly
different items. For More Information
|