Subject | Re: Problem with : where name like '%to' |
---|---|
Author | fb_cse |
Post date | 2003-12-11T07:34:16Z |
--- In firebird-support@yahoogroups.com, "Svein Erling"
<svein.erling.tysvaer@k...> wrote:
name ending by 'to'. For my example query result is toto but it could
be other several names ending by 'to'.
So why "where name like '%to';" it's no good with firebird ?
<svein.erling.tysvaer@k...> wrote:
> > select distinct '"' || name || '"' from person where name likeIt's a solution for toto, but with this query I want all person with
> > 'toto';
>
> Sorry, I meant
>
> select distinct '"' || name || '"' from person where name containing
> 'toto';
name ending by 'to'. For my example query result is toto but it could
be other several names ending by 'to'.
So why "where name like '%to';" it's no good with firebird ?