mysql> UPDATE test SET test.value = JSON_REPLACE( test.value, '$.name', 'Tim', '$.birthday', '1/2' ) WHERE test.id = 2;. 結果:. 修改JSON (5).
確定! 回上一頁