あなたの助けがまた必要です。
SQL Server 2012 で単一のパラメーターに複数の値を渡す方法はありますか?
例えば、
id item_name item_code
1 boots 23
2 hat 5
3 dress 11
上記の場合、私はパラメータを持っているとしましょう@inp_code
何をすべきか、パラメータに「23」と「11」を渡すと、以下の出力が得られます。
id item_name item_code
1 boots 23
3 dress 11