Updating fields to NULL

suggest change

Setting a field to NULL works exactly like with any other value:

UPDATE Employees 
SET ManagerId = NULL
WHERE Id = 4

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


NULL:
*Updating fields to NULL

Table Of Contents