You can't do
where MyColumnName in (@MyParameterList)
Similar question to one just recently asked:
Or you can use a Splitter Table Valued Function to convert the @List into a one-value-per-row and JOIN that to your table.
You can't do
where MyColumnName in (@MyParameterList)
Similar question to one just recently asked:
Or you can use a Splitter Table Valued Function to convert the @List into a one-value-per-row and JOIN that to your table.