PostgreSQL querying JSONB column which has string value rather than JSON object

前端 未结 0 1680
南笙
南笙 2020-11-27 08:32

How can I make a query based on the value of a JSONB column when the column contains string values rather than JSON objects. Example:

my_table (
 id int
 key          


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