Subject | Re: [ib-support] Re: LIKE problem |
---|---|
Author | Paul Vinkenoog |
Post date | 2003-04-09T02:31:56Z |
Hi Will,
insert into country values ('test%', 'oink');
select * from country where 'testum' like country;
Output:
COUNTRY CURRENCY
=============== ==========
test% oink
This is Firebird 1.0 Windows Superserver. What server did you use?
Greetings,
Paul
> yeah you're right, it should have been:Did a quick test in the example database:
>
> SELECT * FROM foo WHERE 'test@...' LIKE addr;
>
> which should, IMHO, work fine.
insert into country values ('test%', 'oink');
select * from country where 'testum' like country;
Output:
COUNTRY CURRENCY
=============== ==========
test% oink
This is Firebird 1.0 Windows Superserver. What server did you use?
Greetings,
Paul