JSON_SET
Insert or update data in a JSON document. This function inserts or updates data in a JSON document at a specified path and returns the result.
Syntax
JSON_SET(json_doc, path, val[, path, val] ...)Description
Examples
SELECT JSON_SET(Priv, '$.locked', 'true') FROM mysql.global_privLast updated
Was this helpful?

