扫二维码与项目经理沟通
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流
insert into myTable (t_id,year,details) values (5,2019,cast('{"haha":[{"u":1,"t":123 }]}' as json))
SELECT id FROM myTable where id=4 and json_contains_path(details->'$[*]', 'one','$[*].haha');
update myTable set details=JSON_ARRAY_APPEND(details,'$[1].haha',cast('{"u":2,"t":999}' as json)) where id=5
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流