select * from Table where ',1,2,3,4,' LIKE '%,'+rtrim(ID)+',%'
StringBuilder strSql = new StringBuilder(); strSql.AppendFormat("select * from Table where Id in ( ‘{0}’) ","1,2,3,4");
27,581
社区成员
68,544
社区内容
加载中
试试用AI创作助手写篇文章吧