Quantcast
Channel: Teradata Forums - All forums
Viewing all articles
Browse latest Browse all 27759

Error Code 6706: The string contains an untranslatable character. - response (4) by virenag

$
0
0
I get this error when I CAST an Integer/Decimal/Float field to VARCHAR and concatenate to VARCHAR field in a SELECT clause. e.g.   SELECT  CAST(COALESCE(A,"") AS VARCHAR(11)) || '|' || TRIM(B) FROM <DB>.<TB> gives 6706 error (Untranslatable character) However, SELECT CAST(A AS VARCHAR(11)), TRIM(B) FROM <DB>,<TB> works fine.   So, I am not sure if it is a Unicode/Latin issue.

Viewing all articles
Browse latest Browse all 27759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>