CI 指定不区分大小写,CS 指定区分大小写alter table 表名 alter column 字段 nvarchar(100) collate chinese_prc_cs_as --区分大小写alter table 表名 alter column 字段 nvarchar(100) collate chinese_prc_ci_as --不区分大小写 相关文章: 2022-12-23 2021-12-23 2021-12-23 2021-12-23 2022-01-02 2021-08-19 2021-12-23 2021-12-23