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

Поиск
Список
Период
Сортировка
От Emi Lu
Тема where col1 not ilike ('str1%', 'str2%'... 'strN%') support?
Дата
Msg-id 4E5CF8F8.7030404@encs.concordia.ca
обсуждение исходный текст
Ответы Re: where col1 not ilike ('str1%', 'str2%'... 'strN%') support?  (Julien Cigar <jcigar@ulb.ac.be>)
Re: where col1 not ilike ('str1%', 'str2%'... 'strN%') support?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
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


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

Предыдущее
От: Jan Eskilsson
Дата:
Сообщение: Re: [ADMIN] parsing audit table
Следующее
От: Julien Cigar
Дата:
Сообщение: Re: where col1 not ilike ('str1%', 'str2%'... 'strN%') support?