Viewing 2 posts - 1 through 2 (of 2 total)
select ... from ...
where ... in(@Code)
it works
but
="
select .. from ...
where ... in('"+parameters!Code.Value+"')
I am writing but it doesnt work
why??
April 11, 2008 at 6:29 am
#801422
where in(@Code) it works
but where in('"+parameters!Code.Value+"') I am writing but it doesnt work why??
April 11, 2008 at 3:03 am
#801355