Character String Syntax - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
[ _character_set ] 'string' [...]

Syntax Elements

_character_set
{ _Latin | _Unicode | _KanjiSJIS | _Graphic }
The name of the character set to be associated with the string literal:
  • _Latin indicates that each character in the string is within the repertoire of the LATIN character set.
  • _Unicode indicates that each character in the string is within the repertoire of the UNICODE character set.
  • _KanjiSJIS indicates that each character in the string is within the repertoire of the KANJISJIS character set
  • _Graphic indicates that each character in the string is within the repertoire of the GRAPHIC character set
If _character_set is not specified, the default is _Unicode.
Do not use an identifier of _Kanji1. This is an error.
string
The character string literal.