|
uscalar()
The
string function
uscalar()
returns the scalar value in
unicode
for the first unicode
character
in the parameter "uchar_expression".
Syntax of the String Function uscalar()
uscalar( uchar_expression )
The Parameters of the String Function uscalar()
"uchar_expression"
The parameter "uchar_expression" can be a
column name,
variable
or
constant
and must be of one of the
datatypes
unichar
or
univarchar.
If the value of the parameters "uchar_expression" is
NULL,
then the return value will also be 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(), to_unichar(), uhighsurr(), ulowsurr(), upper().
|