Subject Re: [firebird-support] Wildcard for Firebird
Author Daniele Teti
Leonardo Nakahara de Oliveira wrote:
> Hello all,
>
> I'm developing an application on .Net using the
> FirebirdNETProvider-1.6.3-NET1.1 found on the Firebird site.
>
> So, i need to make a query like that:
>
> "select from <table> where <field> like '<something_the_user_wrote>%'"

Try this

select from <table> where <field> starts '<something_the_user_wrote>'


bye
--
Daniele Teti (tm)
Software Architect
http://dade2000.altervista.org
--


[Non-text portions of this message have been removed]