tableAのrecord1列に登録されているJson形式のデータのうち、property1というプロパティをUpdateしたい場合。
update tableA
set record1 = JSON_MODIFY(record1,'$.property1','更新後の値')
where
Go to list of users who liked
tableAのrecord1列に登録されているJson形式のデータのうち、property1というプロパティをUpdateしたい場合。
update tableA
set record1 = JSON_MODIFY(record1,'$.property1','更新後の値')
where
Register as a new user and use Qiita more conveniently
Go to list of users who liked