【发布时间】:2020-08-18 03:31:50
【问题描述】:
我有一张桌子profile,看起来像:
id | name (jsonb) | lots of different fields ...
1 | {en: "Some name", fr: "Un nom"} | ...
2 | {ru: "Какое то название"} | ...
是否可以在表中找到值为Some name 的所有记录?
我使用 Postgresql 12
【问题讨论】:
-
我不明白你的问题。也许使用一些示例数据和预期结果会更容易。
-
@LaurenzAlbe 我简化了我的问题。
标签: json postgresql indexing