OracleString FunctionsASCII
NVL2

ASCIIString Functions

CHR

Returns the ASCII code of the first character.

Syntax

ASCII(str)

Example

Enter values below to update the example in real time.

ascii_val
SELECT ASCII('A') AS ascii_val FROM DUAL;