您的位置:首页 > 博客中心 > 数据库 >

mysql8的json操作

时间:2022-03-15 15:13

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

热门排行

今日推荐

热门手游