Hi,
I have table with a field with type NVARCHAR2.
While trying to insert data into this field from PL/SQL developer, it store the value as inverted question mark (?).
If I copy paste the multilingual data in the field, it store as it is & when I query, I can view the data. Its while inserting...