Re: Simulating wildcard for Numeric database types




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

.



Relevant Pages