通过collate Chinese_PRC_CS_AS
select * from table where name collate Chinese_PRC_CS_AS='LiYuanBa' --精确
select * from table where name collate Chinese_PRC_CS_AS like 'LiYuanBa%' --模糊
- 本文标题: sqlserver区分大小写查询数据
- 文章分类:【SQLServer】
- 非特殊说明,本文版权归【胡同里的砖头】个人博客 所有,转载请注明出处.