I was doing some testing on the local database, and for them I ended up modifying a field that was null
, assigning a value to it.
Now that I've done the tests, I want to re-assign the value null
to that field. How can I do this?
I was doing some testing on the local database, and for them I ended up modifying a field that was null
, assigning a value to it.
Now that I've done the tests, I want to re-assign the value null
to that field. How can I do this?
I think a simple update will solve the problem
UPDATE TABELA SET CAMPO = NULL