J
Jonathan Wood
I've written a stored procedure and would like to filter the results
returned based on the argument. It works so far, but I'd also like to allow
this argument to be null.
I know I can rewrite my procedure using ISNULL(). But then it won't work for
the non-null arguments.
Does anyone know a trick to make this work? Thanks.
returned based on the argument. It works so far, but I'd also like to allow
this argument to be null.
I know I can rewrite my procedure using ISNULL(). But then it won't work for
the non-null arguments.
Does anyone know a trick to make this work? Thanks.