in 子句 换成数据类型 int 时失败。

 

declare @st nvarchar(2000)
select @st='35,36'
select * from Item where patindex('%,'+rtrim(ItemId)+',%',','+@st+',')>0

 

你可能感兴趣的:(T_SQL)