PostgreSQL通配符搜索任何单词列表

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PostgreSQL通配符搜索任何单词列表相关的知识,希望对你有一定的参考价值。

PostgreSQL wildcard search for any of a list of words, returns true or false depending on whether its pattern matches the given string.
  1. SELECT * FROM TABLE WHERE LOWER(COLUMN) SIMILAR TO '%(foo|bar)%';

以上是关于PostgreSQL通配符搜索任何单词列表的主要内容,如果未能解决你的问题,请参考以下文章

从搜索文档中查找最小片段的算法?

搜索包含列表 PSAW python 中任何单词的 reddit 评论

给定一个文档,选择一个相关的片段

postgresql 中的通配符搜索

跨多个列 PostgreSQL/Rails 的慢速通配符搜索 LIKE

Yesod persistent-postgresql rawSql 查询带有列列表通配符会产生语法错误