UPDATE table SET meta = JSON_REPLACE (meta, JSON_UNQUOTE (JSON_SEARCH (meta, 'all', 'old_name')), 'new_name') This works because the JSON_SEARCH returns one ...
確定! 回上一頁