Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to find out the ASCII Values for Spanish character

475839Sep 2 2010 — edited Sep 2 2010
Hi,

I had an requirement to store Spanish character and also need to fileter the records based on the Spanish character.

Kindly guide me for below.

To filter the Records which contains spanish characters?
To get the ASCII Values for the particular column?

E.g. we can find out the ASCII value of 'a' by using the syntax select ASCII('a') from dual.

But I want to find the ASCII Values for the particular column value. Ie. name.
E.g., Client name is "Suresh", I want to the ASCII Values for entire name of "Suresh".

Kindly do the needful help / Guidance on this.

Thanks,
Orahar
This post has been answered by 783956 on Sep 2 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 30 2010
Added on Sep 2 2010
12 comments
2,425 views