Subject Re: [firebird-support] Scandinavian letters. Wildcard searching???
Author John Jaabæk
I get NULL as result

On Saturday 07 May 2005 22:31, Miroslav Penchev wrote:
> 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 '%hydro';
> >
> > Select * from your_table where your_field Like '%hydro%';
> >
> > Select * from your_table where your_field Like 'hydro%';
>
> 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,

--

John H. Jaabæk