Para modificar los datos almacenados en cualquier tabla, debe usar la función update
comando sql, no seleccionar.
Update git_object
set git_meta=JSON_ARRAY_APPEND(git_meta, '$', '{"host": "b"}')
where user_id='11111'
Para modificar los datos almacenados en cualquier tabla, debe usar la función update
comando sql, no seleccionar.
Update git_object
set git_meta=JSON_ARRAY_APPEND(git_meta, '$', '{"host": "b"}')
where user_id='11111'