Subject Re: [firebird-support] Wildcard for Firebird
Author Ann W. Harrison
Leonardo Nakahara de Oliveira wrote:

> "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