TRANSLATE
ASCII
CHAR
Returns the ASCII code of the first character.
ASCII(str)
Enter values below to update the example in real time.
code
SELECT ASCII('A') AS code;