Why Oracle ascii function return >255 code?
When using Oracle ascii function:
select ascii('A') from dual;
It return 65 is right.
But,when i using:
select ascii('ü') from dual;
The return is 55004.The ascii can represent>255???
How to explain?
Help!!!!
No comments:
Post a Comment