I want to insert null
in a column in a table.
Which one represents null? undef
or empty string ''
.
Which one should be used and Why? I know about defined
and that I can check it.
But I am looking more from perspective of database.
Which one represents null
more properly?
Update: I am using DBI
module.
NULL
,then which one to use? – Indisposed