I want to find character code of particular character in string. For instance if I have a string
"Hello"
How do i find the character code of all or particular characters in the string.
I see that PL/SQL has a ASCII()
and ASCIISTR()
functions but I could not find any character related functions.