I want a value to be set to NULL if nothing is put into the text box in the form I\'m submitting. How can I make this happen? I\'ve tried inserting \'NULL
NULL
\'NULL
Use NULL (without the quotes around it).
UPDATE users SET password = NULL where ID = 4