Hi,
When I pick the option "allowed null" while creating a table field, and If that field does not have a value i see NULL written in that field when i browse the table using phpadmin,
But when I update the table doing followig
update accessories set field_A = null
I don't see "NULL" written in the field, does that mean that above SQL did not put null?
Thanks
When I pick the option "allowed null" while creating a table field, and If that field does not have a value i see NULL written in that field when i browse the table using phpadmin,
But when I update the table doing followig
update accessories set field_A = null
I don't see "NULL" written in the field, does that mean that above SQL did not put null?
Thanks