JSON_REPLACE ():僅替換已存在的值 mysql> UPDATE test SET test.value = JSON_REPLACE( test.value, '$.name', 'Tim', '$.birthday', '1/2' ) WHERE test.id = 2;.
確定! 回上一頁