How do I clear the value from a cell and make it NULL?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you've opened a table and you want to clear an existing value to NULL, click on the value, and press |
||||
|
|
|
I think @Zack properly answered the question but just to cover all the bases:
This would set the entire column to null as the Question Title asks asks. To set a specific row on a specific column to null use:
This would set a specific cell to null as the inner question asks. |
|||||||||||||
|
|
If you are using the table interface you can type in NULL (all caps) otherwise you can run an update statement where you could:
|
||||
|
|
|
Use This:
Like This:
|
||||