游客发表

SQL Server排序规则的应用

发帖时间:2025-11-05 09:01:37

SQL Server排序规则的应用
复制create table #t(id int,序规name varchar(20))   insert #t select 1,中   union all select 2,国   union all select 3,人   union all select 4,阿   select * from #t order by name collate chinese_prc_cs_as_ks_ws    drop table #t   1.2.3.4.5.6.7.8.

    热门排行

    友情链接