Subject Re: [firebird-support] Scandinavian letters. Wildcard searching???
Author Miroslav Penchev
On Sat, 7 May 2005 22:20:04 +0200, John Jaabæk <johnjaab@...> wrote:

> Well, try this and see what kind of result you get:
>
> Select * from your_table where your_field Like '%m';
>
> Select * from your_table where your_field Like '%m%';
>
> Select * from your_table where your_field Like 'm%';
>

I still do not understand what the problem is. Of-course I can run these
selects and gets the results that I expected. What is your problem?

Cheers,
--
Miroslav Penchev