mysql json字段中数值的加减
表table1中有字段f,值为{"a":{"count":1},"b":{"count":3}}现在假设需要将a.count的值加3,结果为{"a":{"count":4...
表 table1 中有 字段 f ,值为 {"a":{"count":1},"b":{"count":3}} 现在假设需要 将 a.count的值加3,结果为{"a":{"count":4},"b":{"count":3}},请问sql怎么写?
展开
2019-03-05
展开全部
本回答被提问者采纳
展开全部
追问
mysql是5.7+,麻烦写出sql语句,需要实现类似普通字段中update table set count=count+3 where id='a' 的效果。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询