This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Oracle/OAS and the fly likes Regarding sorting Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "Regarding sorting" Watch "Regarding sorting" New topic
Author

Regarding sorting

santhosh kumar vk
Ranch Hand

Joined: Aug 25, 2009
Posts: 115
Hi,

How to sort column which have some special characters like $#%## but i am getting wrong results, Could you please tell me how to short.

Thanks,
Santhosh Kumar V.K
Martin Vajsar
Bartender

Joined: Aug 22, 2010
Posts: 2332
    
    2

What have you tried? What does "wrong result" mean?

There are various lexicographic rules, and their ordering of these special characters might differ. Oracle has a session parameter called NLS_SORT which determines the lexicographic rules used for sorting and affects all queries in the session. Then there is a NLSSORT function that can be used to override the session-wide setting for a single query.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Regarding sorting
 
Similar Threads
Args in Netbeans
http-method not specified
Ant and Cactus - classpath issues
thanks!!! another SCJP born~
Clock problem