1、字段包含中文
select * from table1 where 列名 like ‘%[吖-座]%‘
2.字段包含英文字符
select * from table1 where 列名 like ‘%[a-z]%‘
3.字段包含纯数字
select * from table1 where 列名 like ‘%[0-9]%‘
SqlServer判断表中某列是否包含中文,英文,纯数字
标签:包含 ble 判断 rom sql server where HERE 数字
查看更多关于SqlServer判断表中某列是否包含中文,英文,纯数字的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did118244