I want to store Japanese(or any language) character in one column of my oracle database table.
I have used varchar2 as data type. when I am trying to insert this character(ꏕ) to this column its stored as '[]'.
Don't know what to do. Need help.
Note:
I tried to change the data type to nvarchar2 still didn't work.
来源:https://stackoverflow.com/questions/37117331/how-to-store-japanese-character-in-oracle-db