Re: where col1 not ilike ('str1%', 'str2%'... 'strN%') support? - Mailing list pgsql-sql

From Emi Lu
Subject Re: where col1 not ilike ('str1%', 'str2%'... 'strN%') support?
Date
Msg-id 4E5E2F08.7010007@encs.concordia.ca
Whole thread Raw
In response to Re: where col1 not ilike ('str1%', 'str2%'... 'strN%') support?  (Emre Hasegeli <hasegeli@tart.com.tr>)
Responses Re: where col1 not ilike ('str1%', 'str2%'... 'strN%') support?  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-sql
On 08/31/2011 03:16 AM, Emre Hasegeli wrote:
> 2011/8/30 Emi Lu<emilu@encs.concordia.ca>:
>
>> First, where not (col1 ~~* any(array['str1%', 'str2%'... 'strN%'])) will
>> work for me.
>>
>> But I feel " ilike ('str1', ... 'strN')" is more intuitive, isn't it?
>
> It is not. It is like "where id = (3, 5, 7)".


What I mean is ilike ('%str1%', ... '%strN%')

I just forgot to put %

Emi


pgsql-sql by date:

Previous
From: Jasen Betts
Date:
Subject: Re: where col1 not ilike ('str1%', 'str2%'... 'strN%') support?
Next
From: lxnf98mm@comcast.net
Date:
Subject: ERROR: cannot subscript type text because it is not an array