PostgreSQL create materialized view that sums objects in JSON array into specific columns based on field and table column

前端 未结 0 462
别那么骄傲
别那么骄傲 2020-12-14 04:04

Given the following table:

create table entries (
    user_id integer,
    locations jsonb
);

I want

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