SkyTim
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
猜你喜欢
  • 2021-12-23
  • 2022-02-20
  • 2022-12-23
  • 2022-12-23
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案