Viewing post 1 (of 1 total)
Hi
You can do like this too:
Assume Parameters
@a,@B,@C,@D
Select A,B,C,D,*
From Table1
Where A=IsNull(@A,A)
...
July 11, 2008 at 10:00 am
#841649