Extract fields from Postgres jsonb

前端 未结 0 1440
生来不讨喜
生来不讨喜 2020-12-01 05:22

I\'m trying to find an efficient way to extract specific fields from a Postgres jsonb column.

CREATE TABLE foo (
  id integer,
  data jsonb
)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题