ASCII « Char Functions « Oracle PL / SQL






1.Ascii: Gives the ASCII value of the first character of a string
2.ASCII() returns the numeric value of the leftmost character of the string.
3.ASCII('A') ASCII('Z') ASCII('A') ASCII('Z') ASCII('ABC')