Nvarchar2 Datatype problem in an insert statement.
How could I insert a value on a field whose data type is NVarchar2. I tried the normal insert but an error appeared.
Here is the sample command that I used:
insert into tablename values ('100022','hjsl')
The error is character set mismatch.
The reason that i set my field data type to NVarchar2 is because I want the field to accept unicode characters.
Oracle Database
Last Comment
Bigfam5
8/22/2022 - Mon
chip14
ASKER
Do you know any command to retrieve the National Characterset of my database?