How do I update a column value (varchar(20), not null
) with a "blank" value?
If you want to update it with NULL
you will need to change it to allow NULL
. Otherwise update with an empty string ""
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With