Oracle DB 中的排序?
我在 Oracle DB 中有 600 条记录,将使用它们的列按升序和降序对它们进行排序。在排序时,我们遇到一个问题,比如记录被分成子集并进行排序(例如)前 250 条记录按 AZ 顺序排序,就像它拆分记录并排序?
我没有获得所有 600 条记录的排序列表
现在我得到如下输出 一个 乙 。 。 。 z 一个 .. .. .. z 我想要像 一个 乙 c ..z
有什么建议吗
?
I am having 600 records in oracle DB which are to be sorted using their column in ascending and descending. While sorting we are getting an issue like the records are breaking into subsets and gets sorted(for eg) the first 250 records are sorted in the order A-Z and like that its splitting the records and gets sorted?
Iam not getting the sorted list for all the 600 records
Now i am getting output like below
a
b
.
.
.
z
a
..
..
..
z
i want like
a
b
c
..
z
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能是关于大写和小写客户名称的问题,请据此修改您的查询。
It may be issue of regarding upper Case and Lower Case customer Name modify your query according to that.