Forum Discussion
Anonymous
6 years agoNot applicable
Jan 2020 multi value Param Problem
Hi all, anyone experienced the following behavior in Jan 2020 update? I have a multi-value parameter param and another parameter @ParamOpt in the query for the dataset it looks like: select * ...
messerjc
6 years agoAdvocate IV
I'm not in a position to test on our system, but just curious if you've tried
select * from table where ID = (@ParamOpt)
and if that gives you any different results? I have a vague old memory about parentheses being the proper form? Might not make a difference though...