Collation Sequences | International Character Set Support | Teradata Vantage - 17.20 - Collation Sequences - Analytics Database - Teradata Vantage

Teradata Vantage™ - Analytics Database International Character Set Support - 17.20

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
2023-01-27
dita:mapPath
aju1628095815656.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
hqj1472245413611

Collations control character ordering and comparison operations during Vantage sessions.

Collations are designed as single level or two level. A two-level collation orders character strings according to a two-level comparison.

Characters are first partitioned into equivalence classes that have the same collating value. The relative ordering of classes and characters within a class is significant.

Comparisons obey the following rules:
  • All characters in a class have the same collation value.
  • A character from class i is less than any character from class i+1.

The process is as follows:

  1. Convert characters in the strings to be compared into equivalence classes.
  2. Compare the strings.
    IF the strings are… THEN processing …
    not equal stops.
    equal continues.
  3. Order characters within each class using criteria defined for the collation sequence, and compare.

The MULTINATIONAL Norwegian standard collation sequence is an example of a two-level collation.