Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

trying to put NULL

Status
Not open for further replies.

iffoiffy

Programmer
Feb 24, 2005
67
CA
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top