Problem with sorting
Hi all,
i am doing an application migration from db2 to oracle, and i have a sorting problem; I attach two example queries, on the left the query on db2, and on the right the query on Oracle:
On Oracle setting the parameters nls_sort = binary and nls_comp = binary I can get:
T
-
1
2
A
a
How can I get:
T
-
1
2
a
A
?
Best Regards
Nicola