Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NULL可以使用NULLS FIRST和为单个查询配置 Oracle中值的排序顺序NULLS LAST。我无法更改生成查询的方式(它们是由某个库生成的),因此我想为会话中的所有查询或整个数据库配置一次排序顺序。
NULL
NULLS FIRST
NULLS LAST
有没有办法做到这一点?
你不能。
解决方法可能是: