Setting for current session can be displayed with help session
Here if you need to do comparision then you can set the collation according to your need and then compare. So if you say requirement is to compare EBCDIC values, then you do
SET SESSION COLLATION EBCDIC;
then you can compare values and it will be in that collation sequence.
Hope it helps
Harpreet
↧