I am trying to insert data from table A to another table B having 900+ columns, but this is failing with this error:
Failure 6706 The string contains an untranslatable character.
I found out function translate(Column using UNICODE_TO_LATIN)
would solve that purpose but we have too many columns and we need to manually change it for all.
Is there any generic command available which will set the property in Teradata from Unicode to Latin for string values before running the insert ?
Any help would be appreciated.
Thanks, Debasis