Hi All, I want to write string chr(239)||chr(187)||chr(191) (hex: EFBBBF) into varchar2 column. The problem is that value written to the column is NULL.
Also the output of select chr(239)||chr(187)||chr(191) from dual; is NULL.
Help! What am I doing wrong?
Regards, Jacek