【转】mssql中大小写的区分

1.--区分大小写 --注意: "collate Chinese_PRC_CS_AI"要放在字符串条件后面 select * from a where col = ’AbCdE’ collate Chinese_PRC_CS_AI and Id>10 -- 区分大小写 select * from a where col = ’abCdE’ collate Chinese_PRC_CI_AI and
相关文章
相关标签/搜索