搜索

SQL Server排序规则的应用

发表于 2025-11-05 09:36:28 来源:全栈开发
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.
随机为您推荐
版权声明:本站资源均来自互联网,如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

Copyright © 2016 Powered by SQL Server排序规则的应用,全栈开发  滇ICP备2023006006号-32sitemap

回顶部