Is there a way to filter out keys from jsonb column of table A, where the keys to be filtered are stored as rows in table B?

前端 未结 0 559
清歌不尽
清歌不尽 2021-01-15 17:07

Problem Statement

I\'d like to filter a jsonb column\'s key/value pairs based on keys to filter that are stored as rows in another table.

Given then schema b

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