Problem
Description: SELECT Failed. 6706: The string contains an untranslatable
character
This
error usually comes when a junk character come across when selecting from
column of a table using some function like cast (), coalesce(),trim() etc.
Example
:
Select Prop_Name, cast(coalesce(Prop_DSC,'') as char(400) ) from P_PROPERTY. PROPTYPE
;
Problem
seems to be with data in column "Prop_DSC" in P_PROPERTY. PROPTYPE table. column character set is LATIN.
Problem Solution: Please use translate_chk function to determine untranslatable column values that are causing this issue
You can use the proper “source_TO_target” value for the translation. e.g. LATIN_TO_UNICODE
please check “show table” to verify any character set is specified for column in table definition and choose character set translation string accordingly e.g. LATIN_TO_UNICODE, UNICODE _TO_ LATIN etc .
Problem Solution: Please use translate_chk function to determine untranslatable column values that are causing this issue
You can use the proper “source_TO_target” value for the translation. e.g. LATIN_TO_UNICODE
please check “show table” to verify any character set is specified for column in table definition and choose character set translation string accordingly e.g. LATIN_TO_UNICODE, UNICODE _TO_ LATIN etc .
SELECT
Prop_DSC FROM P_ PROPERTY.PROPTYPE WHERE TRANSLATE_CHK(Prop_DSC USING
LATIN_TO_UNICODE) <> 0;
Very nice and useful information. Thanks for sharing.
ReplyDeleteVery helpful.. Keep posted such stuff .
ReplyDeletevery very helpful. Thank you.....
ReplyDeletehi i found the untranslated data by using the above function translate_chk but if i want to allow translate function to that data what should i need to do please assist me
ReplyDeleteThis was helpful. Thank you so much for posting
ReplyDeleteNice information on here, I would like to share with you all my experience trying to get a loan to expand my Clothing Business here in Malaysia. It was really hard on my business going down due to my little short time illness then when I got heal I needed a fund to set it up again for me to begin so I came across Mr Benjamin a loan consultant officer at Le_Meridian Funding Service He asked me of my business project and I told him i already owned One and i just needed loan of 200,000.00 USD he gave me form to fill and I did also he asked me of my Valid ID in few days They did the transfer and my loan was granted. I really want to appreciate there effort also try to get this to anyone looking for business loan or other financial issues to Contact Le_Meridian Funding Service On Email: lfdsloans@lemeridianfds.com / lfdsloans@outlook.com He also available on WhatsApp Contact:+1-9893943740.
ReplyDelete