Oracle NLSSORT

Oracle NLSSORT

今天第一次看到Oracle中的NLSSORT函数,有点意思,可以根据汉字做个性化的排序。 create table test(name varchar2(20)); insert into test values(中国); insert into test values(美国); insert into test values(日本); insert into test valu

联系我们

联系我们

0577-28828765

在线咨询: QQ交谈

邮箱: xwei067@foxmail.com

工作时间:周一至周五,9:00-17:30,节假日休息

返回顶部