会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
BillyYang
Make you different.
博客园
首页
新随笔
联系
订阅
管理
2024年11月27日
postgre 更新json字段的某个key名称
摘要: postgre 更新json字段的某个key名称 一、更新 json 字段的某个 key 名称 update table_name set json_column = jsonb_set(json_column::jsonb, '{new_key}', json_column::jsonb -> '
阅读全文
posted @ 2024-11-27 16:35 BillyYang
阅读(3)
评论(0)
推荐(0)
编辑
公告