JIS_COLL Collation - Teradata Database

International Character Set Support

Product
Teradata Database
Release Number
15.10
Language
English (United States)
Last Update
2018-09-25
dita:id
B035-1125
lifecycle
previous
Product Category
Teradata® Database

JIS_COLL collation provides a character set independent ordering based on the Japanese Industrial Standards.

JIS_COLL collation orders data as follows:

1 Characters and symbols from the JIS X 0201 standard (in JIS X 0201 order).

2 Ideographs, characters and symbols from the JIS X 0208 standard (in JIS X 0208 order).

3 Ideographs, characters and symbols from the JIS X 0212 standard (in JIS X 0212 order).

4 IBM Kanji ideographs not present in JIS X 0201, JIS X 0208, and JIS X 0212 (in KanjiEBCDIC order).

5 Site-defined ideographs (in Unicode order).

6 The remaining characters in Unicode (in Unicode order).

Collation of the KANJISJIS, GRAPHIC, and LATIN character sets is as if the data were first converted to Unicode and then the appropriate JIS_COLL ordering were applied.

You can specify JIS_COLL as the default user collation with the CREATE or MODIFY USER statement, or use SET SESSION COLLATION JIS_COLL to override any user defaults.

 

For information on...

See...

Teradata Database collating conventions

 

“Comparison Operators” and “Comparisons for KANJI1 Characters” in SQL Functions, Operators, Expressions, and Predicates

“ORDER BY Clause” in SQL Data Manipulation Language