SQL Server Function
SQL Server Function
STRING Functions
Sr.
Function
No
1 Use: Returns the ASCII code value of the leftmost character of a
int ASCII ( character) character expression.
7 Use: Returns the number of characters, rather than the number of bytes,
int LEN ( string_expression ) of the given string expression, excluding trailing blanks.
12 Use: Returns the Unicode character with the given integer code, as
char NCHAR ( defined by the Unicode standard. integer_expression , is a positive whole
integer_expression ) number from 0 through 65535. If a value outside this range is specified,
NULL is returned.