Hi, someone can help me, I want insert Null Values to Mysql table, and I have set for this field = NULL and this Null field using VarChar Data Type,
but why when I insert using this code :
VALUES('Name',NULL)
the record at this field become Empty, not NULL values ?
Thanks before
but why when I insert using this code :
VALUES('Name',NULL)
the record at this field become Empty, not NULL values ?
Thanks before