Viewing 2 posts - 16 through 18 (of 18 total)
Very good article. Stuff like this is always well worth keeping in mind. especially seeing as sybase and (if memory serves) oracle behave in the same way
nice one
May 16, 2002 at 5:49 am
#429250
here's one way to solve the problem posed by soln. number two
and isnull(ColumnOne, '%') like @pSearchArg
to use other operators (=, > etc.) try something like
and ColumnOne = insnull(@pSearchArg, ColumnOne)
the optimiser...
May 2, 2002 at 3:47 am
#428271