|
to_unichar()
The
string function
to_unichar()
returns a
unichar
value
corresponding to the number specified in the
parameter
"integer_expression". The function to_unichar()
thus converts
unicode
number into a unicode
character.
Syntax of the String Function to_unichar()
to_unichar ( integer_expression )
The parameter of the String Function to_unichar()
"integer_expression"
The parameter "integer_expression" can be a
column name,
variable
or
constant
and must be of one of the
datatypes
tinyint,
smallint
or
int.
If the value of the parameter "integer_expression" is
NULL
then the return value is also NULL.
See also:
ASE T-SQL - Aggregate Functions, ascii(), char(), char(n), charindex(), char_length(), compare(), difference(), lower(), ltrim(), patindex(), replicate(), reverse(), right(), rtrim(), sortkey(), soundex(), space(), str(), String Functions, stuff(), substring(), uhighsurr(), ulowsurr(), upper(), uscalar().
|