标签: sql sql-server regex sql-server-2012
我在SQL Server数据库的表中搜索一个字符串,因为我正在创建一个正则表达式,因为我需要使用不同的组合进行搜索。
select * from table where name like '%'+Sqlstring+'%'
如: - >
以及Sqlstring ="[sam12R]India",
Sqlstring ="[sam12R]India",
在这里,我不想单独拍摄所有角色(我想要分组的一些角色以及其他角色)。
所以我的搜索字符串就像这样
samIndia, 1India, 2India, RIndia,