SQL Server 通配符 Wildcard character
% 任意长度的字符串,如:'%computer%'
_ 单个字符,如:'_ean'
[] 指定范围内的单个字符,如:'[C-P]arsen'
[^] 任意单个字符,但不在指定范围内,如:'[^C-P]'
相关文章
- SQL Server数据库--》top关键字,order by排序,distinct去除重复记录,sql聚合函数,模糊查询,通配符,空值处理。。。。
- SQL Server:SQL Like 通配符特殊用法:Escape 【转】
- sql server 通配符
- 转载:Character data is represented incorrectly when the code page of the client computer differs from the code page of the database in SQL Server 2005
- Sql Server中通配符的使用
- Sql Server中通配符
- T-SQL通配符(wildcard)
- 具有前导通配符的参数化查询的SQL Server性能
- SQL Server中通配符的使用示例
- SQL Server 通配符为目标字符的查找