NCHR
The NCHR
function returns the character having the specified Unicode value.
SQL syntax
NCHR(n
)
Parameters
NCHR
has the parameter:
Parameter | Description |
---|---|
|
The specified Unicode value. The character having this Unicode value is returned. The result is of type |
Example
The following example returns the NCHAR
character 187
:
Command> SELECT NCHR(187) FROM dual; < > > 1 row found.