SQL FunctionsString FunctionsASCIIOn this pageASCIIReturns the numeric value of the leftmost character of the string str.SyntaxASCII(<expr>)ArgumentsArgumentsDescription<expr>The string.Return TypeTINYINTExamplesSELECT ASCII('2');+------------+| ASCII('2') |+------------+| 50 |+------------+