Subject | Re: Problem with : where name like '%to' |
---|---|
Author | fb_cse |
Post date | 2003-12-11T08:04:04Z |
--- In firebird-support@yahoogroups.com, "Alan McDonald" <alan@m...>
wrote:
I've got Firebird 1.5 RC 7 for Win32 and you ?
wrote:
> > It's a solution for toto, but with this query I want all personwith
> > name ending by 'to'. For my example query result is toto but itcould
> > be other several names ending by 'to'.I try your solution but it's not ok.
> >
> > So why "where name like '%to';" it's no good with firebird ?
> >
>
> LIKE works for me.
> Have you tried
> WHERE UPPER(NAME) LIKE "%TO"
>
> Alan
I've got Firebird 1.5 RC 7 for Win32 and you ?