Subject | Re: [firebird-support] Wildcard for Firebird |
---|---|
Author | Daniele Teti |
Post date | 2005-01-21T18:11:03Z |
Leonardo Nakahara de Oliveira wrote:
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]
> Hello all,Try this
>
> 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>%'"
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]