テーブル値関数 を作成します あなたができるようにそれを解析します
select *
from table
where field in (select field from dbo.myfunction(@param1))
テーブル値関数 を作成します あなたができるようにそれを解析します
select *
from table
where field in (select field from dbo.myfunction(@param1))