LATIN Server Character Set | Data Types and Literals | VantageCloud Lake - LATIN Server Character Set - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

Intended Use

U.S. and European applications using only those characters from ASCII, ISO 8859 Latin1, or proposed ISO 8859 Latin9 repertoires.

Pad Character

SPACE (0x20)

SQL Declaration

To specify the LATIN server character set for a character column, use the following syntax.

Data Type Maximum Value for n
CHARACTER(n) CHARACTER SET LATIN 64000

(This is also the size of LONG VARCHAR CHARACTER SET LATIN.)

VARCHAR(n) CHARACTER SET LATIN
CLOB(n) CHARACTER SET LATIN 2097088000

Usage Notes

The semantics of the 8-bit LATIN server character set determine what characters are considered letters for the purpose of uppercasing, and how to translate between server character sets.

Database storage space for this type is allocated on a character basis.

See LATIN Server Character Set .