Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Sort
Fredy Tschui wrote:
>
> How can i change the sort "type" in oracle 8i ?
>
> Currently (special charachters are ignored)
> "a", "b", "(c", "d", "(e"
>
> but i need this:
> "(c", "(e", "a", "b", "d"
alter session set nls_sort = binary;
Valery Yourinsky
-- Oracle8 Certified DBA Moscow, RussiaReceived on Wed Oct 17 2001 - 03:41:39 CDT
![]() |
![]() |