mysql > update tab_json set data = json_set(data,"$.address","Guangzhou") where id = 1; #對id = 1的行的address的鍵值進行修改.
確定! 回上一頁