This example shows that in the KANJI1 server character set, only single byte characters are converted to uppercase.
SELECT UPPER('abcd ');
The result is 'ABCD '.
This example shows that in the KANJI1 server character set, only single byte characters are converted to uppercase.
SELECT UPPER('abcd ');
The result is 'ABCD '.