NVARCHAR2

From Oracle FAQ

Jump to: navigation, search

NVARCHAR2 is a data type used to store variable-length NLS or multibyte character set data.

Example

SQL> CREATE TABLE nvarchar2_test (col1 NVARCHAR2(10));

Table created.

SQL> INSERT INTO nvarchar2_test VALUES ( N'qwerty' );

1 row created.

Also see


Glossary of Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #
Personal tools