This Oracle tutorial explains how to use the Oracle/PLSQL NCHR function with syntax and examples.
The Oracle/PLSQL NCHR function returns the character based on the number_code in the national character set.
The syntax for the NCHR function in Oracle/PLSQL is:
The NUMBER code in the national character set used to retrieve the character.
The NCHR function returns a string value.
The NCHR( number_code ) is the same as using the CHR function with the USING NCHAR_CS clause as follows:
The NCHR function can be used in the following versions of Oracle/PLSQL:
Let's look at some Oracle NCHR function examples and explore how to use the NCHR function in Oracle/PLSQL.
For example: