MySQL JSON 函数及判断空
摘要:1. JSON_ARRAY_APPEND 给json列content 里的数组字段添加两个值A,B并删除值C : update TAB set content = JSON_ARRAY_APPEND(content,'$.types','A','$.types','B'), content =JSO
阅读全文
posted @ 2021-12-31 21:02
posted @ 2021-12-31 21:02