I want to find the character code of a specific character in a string. For example, if I have a string
"Hello"
How to find the character code for all or specific characters in a string.
I see that PL / SQL has functions ASCII()and ASCIISTR(), but I could not find any character related functions.
source
share