skip to Main Content

Can MySQL delete a key-value pair in a JSON column?

I am trying to update a column in MySQL, where it contains a json encoded value with multiple key-value pairs, but cannot write the exact query. Can anyone help? For example: tableA: id response 1 {"event_id":"11111","contact":{"contact_id":"as2344","answers": [{"answer_id":"2223e"}],"tags":"cadd76","question_id":"67888"} From the above…

VIEW QUESTION
Back To Top
Search