我有一张桌子
create table table_name { id int, 类json };
插入类(id,class) 值(1,'{ “班级”:1, “学生”:[ { “student_id”:“10”, “名字”:“A” }, { “student_id”:“5”, “名字”:“B” } ] }” );
现在我必须将名称更新为“student_id”= 5的学生的“bbb”。 我们可以看到学生是学生文件/对象的列表。 如何使用JSON_SET或其他任何东西来实现目标,因为JSON_SET在其路径中不支持通配符(*)。
答案 0 :(得分:1)
一个选项是:
aws s3api put-bucket-accelerate-configuration --bucket bucketname --accelerate-configuration Status=Enabled
请参阅dbfiddle。