码迷,mamicode.com
首页 > 数据库 > 详细

mysql8的json操作

时间:2019-08-08 16:05:03      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:sele   pen   sql   insert   set   update   sel   cas   path   

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

mysql8的json操作

标签:sele   pen   sql   insert   set   update   sel   cas   path   

原文地址:https://blog.51cto.com/kankan/2427723

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!