程序员人生 网站导航

修改sybase字符集排序

栏目:sybase时间:2014-02-07 04:01:22


修改sybase字符集排序

 

sp_configure "default sortorder",xxx   ; xxx为新的编号

重启两次sybase

 

//查看默认编码

sp_configure "default char"

     

//修改编码

sp_configure "default char",190

go

//查看所有编码

select id,name from syscharsets

 

//查看字符集排序

sp_helpsort

 

//修改字符集排序

sp_configure "default sortorder",50

------分隔线----------------------------
------分隔线----------------------------

最新技术推荐