Subject | Re: [firebird-support] Wildcard for Firebird |
---|---|
Author | Ann W. Harrison |
Post date | 2005-01-21T16:22:09Z |
Leonardo Nakahara de Oliveira wrote:
where <field> like '<something random>' || '%'
you can't concatenate two fields just by sticking them together. Or
maybe I misunderstood. Could you give an actual example?
Regards,
Ann
> "select from <table> where <field> like '<something_the_user_wrote>%'"Try
>
where <field> like '<something random>' || '%'
you can't concatenate two fields just by sticking them together. Or
maybe I misunderstood. Could you give an actual example?
Regards,
Ann