SQL FunctionsString FunctionsASCIIOn this pageASCIIReturns the numeric value of the leftmost character of the string str.SyntaxASCII(expr)ArgumentsArgumentsDescriptionexprThe string.Return TypeA number data type value.ExamplesSELECT ASCII('2');+------------+| ASCII('2') |+------------+| 50 |+------------+