Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
Passing parameters to a SQL in statement
posted
HI I want to use the in clause in the sql where statement. i.e " Where SomeColumn in (@Parameter) ". Is this possible? And how would you setup the parameters? Regards Francois