I have a table with a json
field (NOT json-b
) and need to remove a key that exists with some records (or set the value to '').
How can I update this table to do so using SQL?
I've seen this question, but it feels like there should be an easier way for this simple thing.