CHR(a,n)
CHR(a,n)
is a conversion
function which converts the expression a
into
a character
string.
Value a: The expression a
must
be a numeric value, a character string or a Boolean value (BOOLEAN).
Value n: n
is
an unsigned integer.
a, n |
Result of the CHR(a,n) Function |
|---|---|
|
Character string that corresponds to the The code attribute of the character string corresponds to the code type of the computer. |
|
Unchanged character string |
|
|
|
Error message |
|
Output with the length attribute |
|
The length attribute |
|
If If |
|
If If |
|
|
|
Error message |
SQL Tutorial, Converting Values