MSSQLString FunctionsASCII
TRANSLATE

ASCIIString Functions

CHAR

Returns the ASCII code of the first character.

Syntax

ASCII(str)

Example

Enter values below to update the example in real time.

code
SELECT ASCII('A') AS code;