小编T. *_*ong的帖子

jsonb字段中的PostgreSQL重命名属性

在postgresql 9.5中,有没有办法在jsonb字段中重命名属性?

例如:

{ "nme" : "test" }
Run Code Online (Sandbox Code Playgroud)

应该重命名为

{ "name" : "test"}
Run Code Online (Sandbox Code Playgroud)

postgresql json jsonb postgresql-9.5

21
推荐指数
3
解决办法
5669
查看次数

标签 统计

json ×1

jsonb ×1

postgresql ×1

postgresql-9.5 ×1