Examples of Character Data in a CASE Expression - Analytics Database - Teradata Vantage

SQL Functions, Expressions, and Predicates

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-01-12
dita:mapPath
obm1628111499646.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
kby1472250656485
lifecycle
latest
Product Category
Teradata Vantageā„¢

For the following examples of CHARACTER data behavior, assume the default server character set is KANJI1 and the table definition for the CASE examples is as follows:

   CREATE TABLE table_1
   (
    i        INTEGER,
    column_l CHARACTER(10) CHARACTER SET LATIN,
    column_u CHARACTER(10) CHARACTER SET UNICODE,
    column_j CHARACTER(10) CHARACTER SET KANJISJIS,
    column_g CHARACTER(10) CHARACTER SET GRAPHIC,
    column_k CHARACTER(10) CHARACTER SET KANJI1
   );
In accordance with Teradata internationalization plans, KANJI1 support is deprecated and is to be discontinued in the near future. KANJI1 is not allowed as a default character set; the system changes the KANJI1 default character set to the UNICODE character set. Creation of new KANJI1 objects is highly restricted. Although many KANJI1 queries and applications may continue to operate, sites using KANJI1 should convert to another character set as soon as possible. For more information, see "KANJI1 Character Set" in International Character Set Support, B035-1125.