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.
SELECT * FROM TABLE WHERE LOWER(COLUMN) SIMILAR TO '%(foo|bar)%';
以上是关于PostgreSQL通配符搜索任何单词列表的主要内容,如果未能解决你的问题,请参考以下文章
搜索包含列表 PSAW python 中任何单词的 reddit 评论