Teradata Database Message 5352 - 5352 - Analytics Database - Teradata Vantage
Analytics Database Messages
- Deployment
- VantageCloud
- VantageCore
- Edition
- Enterprise
- IntelliFlex
- VMware
- Product
- Analytics Database
- Teradata Vantage
- Release Number
- 15.xx,16.xx,17.xx
- Published
- June 2022
- ft:locale
- en-US
- ft:lastEdition
- 2023-01-05
- dita:mapPath
- sfx1628096178347.ditamap
- dita:ditavalPath
- ft:empty
- dita:id
- B035-1096
- lifecycle
- latest
- Product Category
- Teradata Vantageā¢
- Message
- Kanji1 data must be assigned to Kanji1 field.
- Explanation
- A Kanji1 expression was assigned to a field that is not of type Kanji1.
- Generated By
- OPT modules.
- For Whom
- End User.
- Notes
- These are situations when this error is generated -- The constant expression of an INSERT statement is Kanji1, but the field into which the constant expression is being inserted is not of type Kanji1. In an INSERT SELECT statement: the character data type of the value being selected is of type Kanji1, but the character data type of the field being inserted to is not of type Kanji1. In an INSERT SELECT statement: the value being selected is a non constant expression, not of Kanji1 type and the field being inserted to is of type Kanji1. In an UPDATE statement: the character data type of the update value is of type Kanji1, but the character data type of the field being updated is not of Kanji1 type. In an UPDATE statement: the update value is a non-constant expression, not of Kanji1 type and the field being updated to is of type Kanji1.
- Remedy
- Correct the statement and resubmit it.