Example: US-ASCII | Analytics Database International Character Set Changes | VantageCloud Lake - Example: US-ASCII Attempted Usage of a French Object Name - 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

The following example shows a US-ASCII attempted usage of a French object names.

create table table_employé (
   employé_id integer,
   "nom_de_l'employé" char (50) character set latin);
*** Failure 6734 The US-ASCII string contains an untranslatable character.
                Statement# 1, Info =153
 *** Total elapsed time was 1 second.