I get the following error when I run the query: sel TRANSLATE(EMP_NAME USING UNICODE_TO_KANJISJIS) from TMP.EMP_NAME
Error: The string contains an untranslatable character
Looks like the tilde character cannot be translate to KANJISJIS. Is there a way to translate tilde character to KANJISJIS?