PL/SQL Developer bug?

iacnats

Member
when i create a table as:

create table test ( CA varchar2(4), CB nvarchar2(2))

and view the table in PL/SQL developer, it shows table test as
CA varchar2(4)
CB nvarchar2(4)

The PLSQL developer version 5.1.2.687
 
Back
Top