tableAのrecord1列に登録されているJson形式のデータのうち、property1というプロパティをUpdateしたい場合。
update tableA
set record1 = JSON_MODIFY(record1,'$.property1','更新後の値')
where
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 1 year has passed since last update.
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