Postgres fuzzy array intersection

后端 未结 0 1903
孤街浪徒
孤街浪徒 2021-02-10 07:37

I\'m using Postgresql 13 and my problem was easily solved with @> operator like this:

select id from documents where keywords @> \'{"winte         


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