Deleting one item from one row?
Posted: Mon Jan 15, 2007 3:08 am
I am wondering if someone could please tell me how I can delete one item from one row with mysql? Thanks in advance.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
UPDATE table_name SET item_to_delete = NULL WHERE ...