Subject | Re: [ib-support] Re: where FIELD1 LIKE '%??? > |
---|---|
Author | Helen Borrie |
Post date | 2002-12-13T08:21:37Z |
At 07:42 AM 13-12-02 +0000, you wrote:
somewhere - before or after the search string, or both.
I didn't see the original posting but I wonder if you tried this:
select * from table1 where field1 like _UNICODE_FSS'%祧'
This won't be valid if field1 is not a unicode_fss column though.
heLen
>hi Daniel,For the LIKE predicate you have to have the '%' wildcard character in there
>Any update in this area?
somewhere - before or after the search string, or both.
I didn't see the original posting but I wonder if you tried this:
select * from table1 where field1 like _UNICODE_FSS'%祧'
This won't be valid if field1 is not a unicode_fss column though.
heLen