元数据库 postgresql 数组过滤器和 jsonb 过滤器

时间:2020-12-28 23:26:20

标签: postgresql metabase

在 postgresql 中:

1) select * from t where 'apple' = any(t.column)
2) select * from t where t.column->>'name' = 'apple'

任何人都知道如何在元数据库中获得相同的结果

0 个答案:

没有答案
相关问题