Re: [GENERAL] What's the best way in postgres to use ANY() with LIKE '%'?

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: [GENERAL] What's the best way in postgres to use ANY() with LIKE '%'?
Дата
Msg-id oomd1l$799$1@blaine.gmane.org
обсуждение исходный текст
Ответ на Re: [GENERAL] What's the best way in postgres to use ANY() with LIKE '%'?  (Ryan Murphy <ryanfmurphy@gmail.com>)
Список pgsql-general
Ryan Murphy schrieb am 05.09.2017 um 16:19:
> Thanks, I saw that page earlier; what I'm looking for is kind of the
> opposite - instead of comparing a single value to see if it matches
> any of a list of patterns, I'm trying to take a list of values and
> see if any of them match a given pattern.
>

You mean something like this?

https://stackoverflow.com/q/46047339/330315

Thomas


В списке pgsql-general по дате отправления:

Предыдущее
От: Ryan Murphy
Дата:
Сообщение: Re: [GENERAL] What's the best way in postgres to use ANY() with LIKE '%'?
Следующее
От: Steve Atkins
Дата:
Сообщение: Re: [GENERAL] Create Action for psql when NOTIFY Recieved