Re: where col1 not ilike ('str1%', 'str2%'... 'strN%') support?

Поиск
Список
Период
Сортировка
От Julien Cigar
Тема Re: where col1 not ilike ('str1%', 'str2%'... 'strN%') support?
Дата
Msg-id 4E5CFB64.5060409@ulb.ac.be
обсуждение исходный текст
Ответ на where col1 not ilike ('str1%', 'str2%'... 'strN%') support?  (Emi Lu <emilu@encs.concordia.ca>)
Список pgsql-sql
use a regex ?

On 08/30/2011 16:51, Emi Lu wrote:
> Good morning,
>
> Does psql provide something like the following query command?
>
> select * from tablename
> where col1 not ilike ('str1%', 'str2%'... 'strN%')
>
> Thanks a lot!
> Emi
>


--
No trees were killed in the creation of this message.
However, many electrons were terribly inconvenienced.

Вложения

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

Предыдущее
От: Emi Lu
Дата:
Сообщение: where col1 not ilike ('str1%', 'str2%'... 'strN%') support?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: where col1 not ilike ('str1%', 'str2%'... 'strN%') support?