Last time, I noted that Oracle 12c's SQL function called ASCIISTR produces inconsistent output. For example, WITH t AS ( SELECT unistr( '\0075\0078\0079\0080\0085\0085' ) instring FROM dual ) SELECT LEVEL r# , SUBSTR(instring,LEVEL,1) as myLetter ...
↧