declare @tb table(dt varchar(50)) insert into @tb select 'a' insert into @tb select 'b' insert into @tb select 'c' declare @str varchar(10) set @str='a,b' select * from @tb where charindex(','+dt+',',','+@str+',')>0
34,837
社区成员
254,632
社区内容
加载中
试试用AI创作助手写篇文章吧