TO_NCHAR scalar function
The TO_NCHAR function returns a national character representation of an input expression that has been formatted using a character template.
Character to nvarchar
Timestamp to nvarchar
Decimal floating-point to nvarchar
The schema is SYSIBM.
The TO_NCHAR function can be specified only in a Unicode database (SQLSTATE 560AA).
The TO_NCHAR scalar function is equivalent to invoking the TO_CHAR function and casting its result to NVARCHAR.
For more information about TO_NCHAR refer to VARCHAR_FORMAT.