Re: Simulating wildcard for Numeric database types
- From: Robert Klemme <shortcutter@xxxxxxxxxxxxxx>
- Date: Wed, 30 May 2007 11:35:32 +0200
On 30.05.2007 06:47, Adam Maass wrote:
"goykhmanster" <goykhmanster@xxxxxxxxx> wrote:Nevermind, i figured it out.. TO_CHAR(COLNAME) LIKE '%' does the
trick.
But that makes me shudder. Unless the DB's query optimizer is very smart, this will result in a lot of extra work. Much better to dynamically generate the SQL.
Absolutely! Then the only problem left is to get the indexing right. :-)
robert
.
- References:
- Re: Simulating wildcard for Numeric database types
- From: Adam Maass
- Re: Simulating wildcard for Numeric database types
- Prev by Date: Re: Simulating wildcard for Numeric database types
- Next by Date: Re: Map entity to multiple tables in multiple databases
- Previous by thread: Re: Simulating wildcard for Numeric database types
- Next by thread: Re: Simulating wildcard for Numeric database types
- Index(es):
Relevant Pages
|
|